Nutomic
Nutomic
According to reports from our users, webpage-rs is unable to parse info from https://oko.press/ website. I was able to reproduce this by putting the site url into from_url test case....
I connected the app to my Funkwhale server without problems, and audio files are shown in the library. But trying to play any song displays the error "stack size 1037...
``` $ cargo run --release --bin quake-client -j2 -- --connect 198.74.54.53:27964 ... INTEL-MESA: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0 thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value:...
Works the second time though. https://github.com/saturday06/gradle-android-scala-plugin/issues/71
Thank you for this library! There are very few options for using json localization files in Rust, and this looks like the best one. There are some things which are...
The current syntax is quite verbose for something that gets used a lot. It would be nice if there could be a helper macro like `get_string!("en", "key", "param1", "param2", ...)`....
For example, `mod`. ``` --> /home/felix/workspace/lemmy/target/debug/build/lemmy_websocket-5c9ec7d2402ea26c/out/rosetta_output.rs:1:35802 | 1 | ...[allow (clippy :: match_single_binding)] pub fn mod (& self) -> & 'static str { match self { _ => "mod" }...
Our main instance has been federating for over half a year now, and its perfectly stable. https://lemmy.ml/post/42833 [Example](https://lemmy.161.social/post/16804)
### Describe the issue I upgraded an existing Weblate installation from 4.8.1-2 to 4.13.1-2. Its installed with Docker, and before upgrading everything worked fine. I didnt change anything about the...
Here is what i have done so far: - post now has language field (handled via federation and api) - renamed local_user.lang to interface_language - added field local_user.discussion_languages - initialized...