BD103
BD103
@toulzx Yes, the fork is 201 commits behind. There must have been some calculation upgrades in the process. This repo hasn't been maintained since 2020.
I believe the link just needs to be changed to https://github.com/RamiHg/soundio-rs/tree/master/libsoundio-sys, but there hasn't been any activity in this repo for 4 years.
I had a very similar issue when running Safari, but there was a different offending function. I'm using the latest versions of the server (2.12) and the CLI (2.3.1). ```...
Some colors have [`const fn gray()`](https://dev-docs.bevyengine.org/bevy/color/struct.LinearRgba.html#method.gray) already. The old method should probably be removed if this trait is kept, though currently trait methods are non-`const`.
I want to be clear that I think this is worth investigating, but is not necessarily going to be implemented and approved. It may end up as a giant list...
Compile fail tests are incompatible with all workspace-inherited configuration, in their current form. That will need to be resolved before this issue can move forward.
This works on my MacBook, but it will probably need testing on other platforms just in case.
Bonus points if you also check if any other crates do not specify a `rust-version`. :) (Most should say `rust-version.workspace = true`!)
> Bonus points if you also check if any other crates do not specify a `rust-version`. :) (Most should say `rust-version.workspace = true`!) Turns out workspace-inherited properties are quite incompatible...
I would like to nominate this for the release notes. I think the performance gains are significant enough that users would enjoy reading about it. (Not to mention I've been...