Nutomic
Nutomic
Instead of a fixed starting time for the timestamp, we could change post_actions and comment_actions to store time elapsed since the post/comment itself was created. Then we can store the...
It seems you are right.
> I made a comment and it says my local_site / community has zero comments! Has anyone said something like that before? In my experience its enough to respond that...
Sounds like a bug in `markdown-it-block-spoiler`. cc @SleeplessOne1917
You were right. It seems that wasm-bindgen is used for interop between JS and Rust, but as Extism doesnt use JS it doesnt support wasm-bindgen (and doesnt need it anyway).
This should be doable by adding a parameter `instance_id` for `/api/v4/post/list` and PostQuery. Then use that to filter for communities with that instance_id.
I enabled OAuth login on voyager. To use it follow these steps: 1. Open https://voyager.lemmy.ml/signup?sso_provider_id=1 2. Enter a username 3. Click on "Create Account (Github)" 4. You are redirected to...
> We could also try to make guarantees that new features are under a new unstable API route: https://github.com/LemmyNet/lemmy/issues/5945 , although since new features aren't breaking, then this might not...
Yes definitely semantic versioning. That means an api client that works with version 1.0.0 should also work with any subsequent 1.x version (eg 1.9.5) without any changes to the client....
Button groups make sense for commonly used actions like switching between Subscribed/Local/All feeds because they require less clicks. For less frequently used actions it makes sense to switch to dropdown....