Angelo Bulfone
Angelo Bulfone
The README lists versions of smash bros that this works with up to 1.0.5 and past 1.1.0, however there is no mention of any versions between 1.0.5 and 1.1.0. I'm...
As someone whose computer is connected via USB to an external power supply, I would love to be able to monitor its status from within battop. However it doesn't appear...
As it stands, this crate appears to make separate fields each with their own `Vec`. This would duplicate the length and capacity values for each field. This may not be...
On the [Variables](https://projectfluent.org/fluent/guide/variables.html) page of the Fluent guide book, it claims that Fluent would render `12345.678` as "12,345.678" in British and American English, but as "12 345,678" in Canadian English....
This flag is set by the `FIDEDUPERANGE` ioctl call and denotes that the provided ranges are to be checked for equality before reflinking them. This ioctl call is used by...
It would be a fairly small optimization, but would be helpful for users of the library on platforms other than arm. At worst, it's a NOP on a given platform...
### Describe the bug Most languages only have a single compiler that supports several targets, and the target is specified through an Override or a command line. Unfortunately this doesn't...
This implements the first 6 traits from `num-traits` when the `num` feature is enabled. - [`Bounded`](https://docs.rs/num-traits/0.2.6/num_traits/bounds/trait.Bounded.html) - [`Zero`](https://docs.rs/num-traits/0.2.6/num_traits/identities/trait.Zero.html) - [`WrappingAdd`](https://docs.rs/num-traits/0.2.6/num_traits/ops/wrapping/trait.WrappingAdd.html) - [`WrappingSub`](https://docs.rs/num-traits/0.2.6/num_traits/ops/wrapping/trait.WrappingSub.html) - [`FromPrimitive`](https://docs.rs/num-traits/0.2.6/num_traits/cast/trait.FromPrimitive.html) - [`ToPrimitive`](https://docs.rs/num-traits/0.2.6/num_traits/cast/trait.ToPrimitive.html) Aside from the conversion...
In addition to the various traits in std, implementing the traits from [num-traits](https://docs.rs/num-traits/0.2.6/num_traits/) would enable writing algorithms and data structures that are polymorphic on the the number of bits. While...
Linux 6.7.0, Nixos unstable 24.05, with bcachefs 1.3 in the kernel and bcachefs-tools alternating between 1.3.6 and 1.4.1. While copying files over from a previous filesystem in hopes of adding...