AlexJGriffith

Results 23 comments of AlexJGriffith

Timeline streams are working and ready for integration into mainline `mastodon.el`. They now extend the capacity of `mastodon-tl.el` functions. A few decisions have to be made about integration. 1. Will...

This was an issue with the previous melpa release. 8.0 (20180811.220) should have fixed this. Do you mind looking in your elpa (`~/.emacs.d/elpa/`) file and checking which version of mastodon.el...

1. Looking a little bit deeper that id looks to be the length of an account id, so the error may be in how we handle the user profiles. 2....

Yes, its definitly an issue with `mastodon-client--fetch` The following should return the plist you would add to plstore, but for some reason it returned an alist. ``` (list (concat "mastodon-"...

That would be cool! Though i think it impacts your ability to call other functions. I think that is why i switched from helm to ivy. But that was years...

The `crdt` is run on `node.js`

@jscheid i've run into the same issue when trying to host via the command line and join via sublime. Looking at the log all I get are the following messages:...

@anarcat since we are not modifying their agent, and it is their agent that is communicating with the server it might be ok. Alternatively we can point it to another...

Does it work with the vim plugin? I have tried using the same agent for both the Emacs extension and Sublime plugin and still could not host on Emacs.

love.worker.js enables `love.thread` in love.js. It is not designed to be accessed directly from within the love environment. If you want to create a worker and pass commands to it...