Nahor

Results 23 issues of Nahor

1. That commit is based on #343 to avoid conflicts. But Github doesn't supports stacked PR across forks, so for now, it includes #343 as well. Just look at the...

breaking

On my system (Windows + Msys2), some `pr` integration tests (`tests/by-util/test_pr.rs`) fail because they expect UTC times while the `uu_pr` uses `Local`. Replacing all mention of `Utc` with `Local` fixes...

U - pr

bigdecimal-rs `0.4.0` (and to a lesser extend `0.4.1` according to their bug report) always needs recompiling on some (all?) systems. Upgrading to `0.4.3` fixes it for me. (bigdecimal-rs bug report:...

U - seq

It would be great if bevy_xpdb_2d could handle the 2D3D conversions using the XZ-plane instead of just XY-plane. The existing behavior (`bevy_xpdb 0.4.2`) works well for pure 2D games and...

C-Enhancement

https://github.com/gerlogu/FixedCameraSystem/blob/ed3c5874423d8c35fff237931daff7d126b69999/FixedCameraSystem/Source/FixedCameraSystem/Private/FixedCameraTrigger.cpp#L58 The delegate is created for Trigger1 when it should be Trigger2 (delegate for Trigger1 being created one line above, L57)

_(Duplicate of #7074, but taken from a different source branch - same code as https://github.com/ocornut/imgui/commit/1e74fb0e6df988689c4f46ebf42f0b8d8d993ffb, but with updated based branch, fix for build check, and minor formatting)_ In the demo,...

demo

```rust struct MutexGuard { data: &'a T, //.. } // Locking the mutex is explicit. impl Mutex { fn lock(&self) -> MutexGuard { // Lock the underlying OS mutex. //.....

Assuming it's possible, it would be great if the extension could query the language server to check if an unknown word matches an entity declared/defined outside the project (system headers,...

In kiddo `v4.2.0`, `nearest_n_within` will only limit the number of items if sorting is enabled. If it's disabled, all the items within the radius are returned. E.g. in the `cities`...

Ideally, this PR would just be commit d63b2bb and c7cbb07[^1] stacked on top of PR #354, but Github doesn't support PR stacking, so this also contains the commits from #354....

breaking