-
Here are the results of a failed experiment.
Currently, the `Position` type is defined as `type Position = Vec;`. Since the majority of instances of `Position` are going to be 2D or 3D points, this…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
I tried running `cargo build` on this commit: https://github.com/SamuelSchlesinger/valheim-damage/commit/1d3efd0bc33261e945e833d11514b101ad958c34
As there is a `rust-toolchain` file in there, this …
-
Hi!
There is an idea that PGO could help with improving performance even more! There are a lot of examples of different software, where PGO helps a lot with performance - you can check it [here](ht…
-
List of active pull requests we have to crates to contribute & improve them for our game development use cases.
This is not a fully complete list but we are trying to keep it up to date for transpa…
repi updated
8 months ago
-
I tried using `#![feature(generic_arg_infer)]`
and got the following crashes, if you want me to push up some commits and link them here i can if it would be useful.
Thanks
Will
### Code
`…
-
In my build I noticed this, so I thought I'd mention it:
```
cargo build --features "gui"
warning: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 ed…
-
### What is the feature?
Make `plotters::series::Histogram` can handle multiple data sets like in **matplotlib** ([examples](https://matplotlib.org/stable/gallery/statistics/histogram_multihist.html)…
RiwEZ updated
7 months ago
-
Maybe this is just The Passage of Time or different hardware, but I can't get the same results as shown in the bench shown in the read me,
I am running the benchmark on a AMD Ryzen 9 5900X
I eve…
-
**Describe the bug**
I start to get this error on `build_cartesian_2d`:
```
thread 'main' panicked at library/core/src/panicking.rs:215:5:
unsafe precondition(s) violated: slice::from_raw_parts …