Alex Bakon
Alex Bakon
Correctly explain the existing behavior Fix the comment to explain the FuturesUnordered example
### Description When handling a call to setsockopt for `IP_ADD_MEMBERSHIP` with an `ip_mreqn` struct with a non-zero interface IP address and interface index, Linux checks the interface index first and,...
The current defacto regular expression implementation is the one used by Go, which uses the [re2 syntax](https://github.com/google/re2/wiki/Syntax). It isn't POSIX-compliant, nor is it immediately compatible with C++'s std::basic_regex and friends....
Add `loom::thread::scope` and `loom::thread::Scope` to mirror the API provided by the standard library for implementing scoped threads. Fixes #308
Provide a method similar to [`std::thread::scope`](https://doc.rust-lang.org/stable/std/thread/fn.scope.html) for spawning threads that can borrow from their environment. This will allow crates using `loom` to avoid having to use `Arc`s for state shared...
This causes text to overlap when lines are long, as they are on mobile or when the window is narrow. Fixes #429
It looks like there's some line-height issues causing text to be overlaid. This appears on mobile and more generally when the view width is relatively narrow: ![Screenshot 2023-02-28 at 11...