Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party), page 25

  1. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 22:37:16 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Jacky Alciné

    @jalcine Also, it's not the findOne value there that I care about, theres a dofferent findOne later. The function there is just responsible for putting that info into the database so that the later findone can find it. :/

    In conversation Sunday, 15-Jul-2018 22:37:16 EDT from anticapitalist.party permalink
  2. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 22:35:36 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Jacky Alciné

    @jalcine Theres also a github, which should be up to date: https://github.com/Agora-Project/agora-meteor

    In conversation Sunday, 15-Jul-2018 22:35:36 EDT from anticapitalist.party permalink

    Attachments

    1. Agora-Project/agora-meteor
      from GitHub
      agora-meteor - Meteor based implementation of Agora project. Agora: Solving online discussion.
  3. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 22:32:04 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • Jacky Alciné

    @jalcine It still doesn't seem to be working? Other people have said what I want is impossible that way. The code in question is here, line 172, function processFederatedActivity(), with the importActivityJSONFromUrl call , if you care. XD

    https://gitlab.com/Agora-Project/agora-meteor/blob/master/server/federation.js

    In conversation Sunday, 15-Jul-2018 22:32:04 EDT from anticapitalist.party permalink
  4. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 22:30:48 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • Jacky Alciné

    @jalcine It still doesn't seem to be working? Other people have said what I want is impossible that way. The code in question is here, line 167, function processFederatedActivity(), with the firsr, if you care

    In conversation Sunday, 15-Jul-2018 22:30:48 EDT from anticapitalist.party permalink
  5. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:49:04 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Jacky Alciné

    @jalcine Hmm, no I don't. I'll try that. :/

    In conversation Sunday, 15-Jul-2018 21:49:04 EDT from anticapitalist.party permalink
  6. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:38:32 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • Jacky Alciné

    @jalcine It seems fetch is 1.3.2? which is well short of the most recent fetch version, 2.1.2. and I have no idea what version of promise either of those use... :X

    In conversation Sunday, 15-Jul-2018 21:38:32 EDT from anticapitalist.party permalink
  7. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:36:09 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Jacky Alciné

    @jalcine I'm using this package, I think? I'm not sure if it even implements async/await - it doesn't mention it. It does give "reserved word" errors whenever I use them anywhere, which implies that they could work? I'm not sure though. :/

    https://atmospherejs.com/meteor/ecmascript

    In conversation Sunday, 15-Jul-2018 21:36:09 EDT from anticapitalist.party permalink
  8. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:33:30 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Jacky Alciné

    @jalcine Oh god I have no idea. I'm using Meteor, which uses node js, and then a dozen dependencies down is javascript and promise. Lemme try and look it up? >_<

    In conversation Sunday, 15-Jul-2018 21:33:30 EDT from anticapitalist.party permalink
  9. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:23:37 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • vector

    @vector I'm not sure how to use await, or if it;ll work here. I remember I tried it earlier and it didn't work? I'll take another crack at it though. :X

    In conversation Sunday, 15-Jul-2018 21:23:37 EDT from anticapitalist.party permalink
  10. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:23:03 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Snake Girl Ellie

    @noelle The trouble is that it's trying to use the information the promise is supposed to retreive, but before it's retreived it. :/

    In conversation Sunday, 15-Jul-2018 21:23:03 EDT from anticapitalist.party permalink
  11. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:19:38 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭

    Argh. ANyone know a good simple way to make a function wait for a promise to finish, in javascript? :/

    In conversation Sunday, 15-Jul-2018 21:19:38 EDT from anticapitalist.party permalink
  12. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 21:00:50 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • 🎵♈ hoodie aida kitten

    @hoodie I plan to implement that in Agora, but I have a lot of other stuff I need to get down first. XD

    In conversation Sunday, 15-Jul-2018 21:00:50 EDT from anticapitalist.party permalink
  13. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 20:54:58 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭

    Heeey, I fixed a bug! Now just a million more... XD

    In conversation Sunday, 15-Jul-2018 20:54:58 EDT from anticapitalist.party permalink
  14. Elly, nasty enby :heart_pan: (elizafox@mst3k.interlinked.me)'s status on Sunday, 15-Jul-2018 20:31:41 EDT Elly, nasty enby :heart_pan: Elly, nasty enby :heart_pan:

    Gender is a fuck.

    In conversation Sunday, 15-Jul-2018 20:31:41 EDT from mst3k.interlinked.me permalink Repeated by angle
  15. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 20:28:01 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Elly, nasty enby :heart_pan:

    @Elizafox Ironically, I'm only 24 and picked up that habit relatively recently. XD

    In conversation Sunday, 15-Jul-2018 20:28:01 EDT from anticapitalist.party permalink
  16. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 20:09:41 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • copyright respecter

    @kai No, I have stuff I need to get done. For purely monetary reasons, if nothing else. The world isn;t going to change itself. >:[

    In conversation Sunday, 15-Jul-2018 20:09:41 EDT from anticapitalist.party permalink
  17. The Human (blort@social.tchncs.de)'s status on Friday, 06-Jul-2018 13:03:19 EDT The Human The Human

    #Blender gets all their videos blocked worldwide by #YouTube. #Armory3D has their #Patreon page closed down and their backers refunded without any notice as to why. All the #FOSS projects hosted by #GitHub now have their hosting at the mercy of #Microsoft.

    And this is just a few of the recent examples.

    When is the #FOSS community going to learn that we need to create and run our own infrastructure as well as apps?

    Support #decentralised #FOSS infrastructure! (eg #PeerTube, #tilt, #Gitea etc)

    In conversation Friday, 06-Jul-2018 13:03:19 EDT from social.tchncs.de permalink Repeated by angle
  18. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 20:06:06 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    in reply to
    • Elly, nasty enby :heart_pan:

    @Elizafox Adding that to my bio, in fact. :p

    In conversation Sunday, 15-Jul-2018 20:06:06 EDT from anticapitalist.party permalink
  19. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 20:05:21 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Elly, nasty enby :heart_pan:

    @Elizafox Works for me. :P

    In conversation Sunday, 15-Jul-2018 20:05:21 EDT from anticapitalist.party permalink
  20. ☭⚑ Comrade Angles ⚑☭ (angle@anticapitalist.party)'s status on Sunday, 15-Jul-2018 20:04:54 EDT ☭⚑ Comrade Angles ⚑☭ ☭⚑ Comrade Angles ⚑☭
    • Elly, nasty enby :heart_pan:

    @Elizafox I sorta was? But only idly. It felt appropriate, what with the complements and all. XD

    In conversation Sunday, 15-Jul-2018 20:04:54 EDT from anticapitalist.party permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.