Nutomic
Nutomic
There are various errors and warnings shown in the browser console, we should try to fix or silence them. Firefox: ``` Layout was forced before the page was fully loaded....
I came across [fuite](https://github.com/nolanlawson/fuite/) and ran it against voyager.lemmy.ml. It shows that there are a lot of memory leaks, for example: ``` $ npx fuite https://voyager.lemmy.ml Test : Go to...
Noticed this just after merging https://github.com/LemmyNet/lemmy-ui/pull/3616
### Requirements - [x] This is a feature request and not a bug report. Otherwise, please create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml) instead. - [x] Please [check](https://github.com/LemmyNet/lemmy-ui/issues) to see if this...
### Requirements - [x] This is a feature request and not a bug report. Otherwise, please create a new [bug report](https://github.com/LemmyNet/lemmy-ui/issues/new?assignees=&labels=bug%2Ctriage&projects=&template=BUG_REPORT.yml) instead. - [x] Please [check](https://github.com/LemmyNet/lemmy-ui/issues) to see if this...
As posts and comments have language tags now, it should be relatively easy to translate them into another language which the user can understand. This would require some self-hosted translation...
https://blog.rust-lang.org/2025/02/20/Rust-1.85.0.html https://doc.rust-lang.org/edition-guide/rust-2024/gen-keyword.html This means to use this crate with 2024 edition, users have to import with `use captcha::r#gen as generate;`. It would be nice to rename the method to make...
``` [warning] The signature LemmyHttp.constructor has an @param with name "headers", which was not used [warning] RequestOptions, defined in lemmy-js-client/src/http.ts, is referenced by LemmyHttp.addAdmin.options but not included in the documentation...
See https://github.com/LemmyNet/lemmy-ui/pull/3371/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L16