StyMaar

Results 8 issues of StyMaar

https://github.com/rust-clique/human-panic For a user-friendly crash report mechanism.

chore
inquiry

In your farewell post, @Quicksaver said the following : > Its [Tab Groups] core functionality and basic workflow probably can be made into a WebExtension, but only after an almost...

Browsers have a [Web Notification API](https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API/Using_the_Notifications_API) available from JavaScript, that would be great if this crate could use it when compiled to webassembly.

help wanted

Feature request: add a feature (at the instance level or maybe at the user preference level) to hide all replies from paid “twitter blue” subscribers Rational: - the legacy legit...

### Requirements - [X] Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support - [X] Did you check to see if this issue already exists? - [X] Is...

enhancement

``` fn example(){ use nanorand::{Rng, WyRand}; let mut rng = WyRand::new(); println!("Random number: {}", rng.generate_range(1..=3)); println!("Random number: {}", rng.generate_range(1..=3)); println!("Random number: {}", rng.generate_range(1..=3)); println!("Random number: {}", rng.generate_range(1..=3)); println!("Random number: {}",...

I'm running fddf on Debian Jessy, and the I/O read (shown by iotop) never goes 3MB/s. The tasks isn't CPU bound either, ~25% on both two cores. By comparison, `ls...

I wanted to add a comparison to the orginial C implementation thanks to [this wrapper crate](https://crates.io/crates/ryu), but I don't know how to run the benchmarks …