Léo Gaspard

Results 144 issues of Léo Gaspard

Hi! Following https://github.com/camshaft/bolero/issues/71, I switched to using cargo-bolero from commit 7187c3febbb7ac4dad71a5b6eca42a5039869fa6. Then, trying to build the fibonacci example with stable rustc (so 1.61.0 as of this writing), I'm now getting...

Hey! I noticed `im` seems to not have the `values_mut()` helper function for hashmaps, so I'm sending this PR implementing it. WDYT? (Disclaimer: I wrote this in the github web...

Hey! I'd like to make a very simple test: if there is any error-level logs output, then I want the test to fail. Error logs are useful to not crash...

Currently, `idb` relies on behavior of the futures executor that is not actually specified: it assumes that waking a task from an IndexedDB callback, and then returning from the IndexedDB...