AngelicosPhosphoros

Results 21 issues of AngelicosPhosphoros

It mainly caused by borrowing whole internal array in `as_mut_ptr` and `as_ptr`. Stdlib `Vec` doesn't suffer from this because it keeps pointer to data internally so it doesn't reborrow slice...

# Configuration arrayvec 0.7.2 default features ``` >cargo +nightly miri --version --verbose miri 0.1.0 (cde87d1 2022-07-08) >rustc +nightly --version --verbose rustc 1.64.0-nightly (87588a2af 2022-07-13) binary: rustc commit-hash: 87588a2afd9ca903366f0deaf84d805f34469384 commit-date: 2022-07-13...

I just don't understand why. As I assume, cookies lives only during request handling (from parsing http headers until finishing sending http body). Why CookieJar uses `'static` attribute on definitely...

https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=50be29638d90a53122b59d7da0cbecf3 ```rust pub fn check(){ trait CheckableIfTooBigForStack: Sized{ const IS_TOO_BIG: bool = // Use 1 KiB. std::mem::size_of::() > 1024; // Compile error can be triggered by `let _ = T::TRIGGER_COMPILE_CHK;`...

## Expected >Return a reference to an 32bit RGB image ## Actual behaviour >Return a reference to an 16bit RGB image ## Reproduction steps https://docs.rs/image/0.24.3/image/enum.DynamicImage.html#method.as_rgb32f

This feature makes Visual C++ runtime to be linked output binaries statically. I found a workaround but maybe there is some better way? I build on Windows with: MS Visual...

### Describe the bug Sometimes NPCs get stuck when they see some obstacles (e.g. walls or field effects). I get it often in narrow places or in vehicles. ### Steps...

### Describe the bug You cannot see what tiles in field with gas if you play with ASCII while being able with tileset. See screenshot. ### Steps To Reproduce 1....

#### Summary SUMMARY: Infrastructure "Update build to use C++20" #### Purpose of change Project development can benefit from multiple features from later standards: * static_assert * noexcept * spaceship operator...

### Describe the bug I have a save with a character with 18 cash cards and two-way radio. So if I deposit all money at ATM then drop all cash...