i read the page title, then looked at first result and it was mastodon.social and second was mstdn.social.
mayb for your site to match its title you want to not make "federated" the default status sort option?
i read the page title, then looked at first result and it was mastodon.social and second was mstdn.social.
mayb for your site to match its title you want to not make "federated" the default status sort option?
i also fixed authentication for the 0.19 release, but when your instance actually upgrades (lemmy.ml already has, for testing), it will require you to delete the lem.plstore file in .emacs.d/ and log in again with your password.
& by all means holler if you run into authentication issues during the transition.
EDIT: all good, I worked it out, I found some other api docs.
Is the ModeratorView listing type in this release? If so what feed view is it available in? I can't see it in the lemmy.ml webUI at the moment, nor in the API docs, but the code is merged.
(or a b)
i never thought of lisp as concise before
understatement of the year
ah its back up now, thanks.
i was going to test these new changes out for my client, but it seems that https://voyager.lemmy.ml is down?
yeah actually, rendering markdown is what requires the binary
glad you got going!
thanks for opening issues in the repo.
bindings are just work to do. development moving v fast, mainly I'm just still trying to add basic features. eg posting is only 4 days old.
I'm not sure about the markdown issue, I just require markdown-mode. mayb I use a fn in the mode that requires the binary.
Lemmy uses markdown, so to render post content I take the markdown data, render it using markdown-mode, then render the HTML output.
not sure how else to do that, nor how to not rely on markdown mode.
I shd look into it more, but mainly I had to just find my own way, as Lemmy is hardly documented at all.
feel free to make more requests, its easier than fumbling along alone.
that's interesting and also pretty frustrating. i didn't think i'd encounter such issues using plstore. are you able to provide a backtrace for the error? it'll show what is calling the encryption functions, and there could be an error before the one displayed. also try manually opening the .plstore file in your .emacs.d directory and encrypt and decrypt it while open. maybe you do just have some plstore problems. / btw, lemmy and lem.el require markdown, so best to install it. the latter requires markdown-mode too.
no one else is having issues with this?