[-] blawsybogsy@lemmy.ml 2 points 8 months ago

presumably the idea is just to use/interact with the device on one's own terms, rather than being harrassed by it into engagement?

i do both, but they're different things.

[-] blawsybogsy@lemmy.ml 1 points 8 months ago

maybe it can't be done? I think Jerboa doesn't implement, but i thought the web UI did...

[-] blawsybogsy@lemmy.ml 2 points 10 months ago

it'd be helpful to post to sth like masto yeah, as its much more public facing than matrix.

[-] blawsybogsy@lemmy.ml 1 points 10 months ago

you could take ask on the repo or ask the dev, they're obvs active on the fediverse. (poss relevant: https://github.com/superseriousbusiness/gotosocial/issues/1468.)

[-] blawsybogsy@lemmy.ml 1 points 10 months ago* (last edited 10 months ago)

is it not possible to just search in the code of spacemacs if you know it can do it? seems like your best bet. if you can't find it searching, ask on the repo? otherwise, as others have said, i wouldn't think it's a simple thing to achieve. best to see if you can reuse the work others have already done.

[-] blawsybogsy@lemmy.ml 1 points 10 months ago

ah i solved it, it's that the max_depth arg has no sane default, so a client needs to set it manually. currently the server has a hard 300 max value i think.

[-] blawsybogsy@lemmy.ml 1 points 10 months ago

no one else is having issues with this?

[-] blawsybogsy@lemmy.ml 1 points 11 months ago

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.

[-] blawsybogsy@lemmy.ml 1 points 1 year ago

i was going to test these new changes out for my client, but it seems that https://voyager.lemmy.ml is down?

[-] blawsybogsy@lemmy.ml 1 points 1 year ago

cool bananas.

[-] blawsybogsy@lemmy.ml 1 points 1 year ago

from a quick check, i have C-p and C-S-B working, but C-n and C-s and (many i think) others not working. ff 114 on linux.

1
submitted 1 year ago by blawsybogsy@lemmy.ml to c/lemmydev@lemm.ee

Is there anywhere that lemmy's various types of internal links are documented? like !community links @user links, links of the form https://lemmy.com/c/community@otherinstance.net. i have also seen links that just have "/c/community@otherinstance.net"... at the moment i'm only developing rendering code for them as i happen upon them, which is ad-hoc

1
submitted 1 year ago by blawsybogsy@lemmy.ml to c/lemmydev@lemm.ee

Or is it documented? with mastodon, i set up clients to always load URLs in my app if they resembled masto-compatible URLS. I'm unsure how to go about this with lemmy. the lemmy-js-client "documentation" makes no mention of webfinger at all, though the lemmy repos have PRs fixing it.

1
submitted 1 year ago by blawsybogsy@lemmy.ml to c/lemmydev@lemm.ee

The Limit property is just a number, but it is different for different API endpoints. I'd like to have a list of the different values so i can easily stay within the max for each endpoint. Are the values documented somewhere? From the official js-client docs site, not even a given endpoint documents its maximum.

1
submitted 1 year ago by blawsybogsy@lemmy.ml to c/lemmydev@lemm.ee

i have requests to fetch comment and post data, but i'm struggling to work out how to build a tree from the responses? do i fetch comments with arg parent_id to get a comment's children, and do so recursively for those comments returned that themselves have comments?

view more: ‹ prev next ›

blawsybogsy

joined 4 years ago