SpecificProtagonist

Results 29 comments of SpecificProtagonist

> ``` > ./invoke.sh: line 54: 39533 Segmentation fault (core dumped) invokeai-web $PARAMS > ``` This also happens on my system (Manjaro), but it might be a different issue because...

> Because an Array means the size is known at compile time, a Box is a fixed length list with a size known at runtime instead of compile time. Reflection...

The clipping happens in [CoordMapper](https://github.com/plotters-rs/plotters/blob/d84fdb5210a8d2a5eef0fa9ce014321c1e56260e/plotters/src/element/mod.rs#L268C9-L268C9) (as well as a few lines later for 3d), but I'm not sure how to fix it.

Afaik `packed_simd_2` is a pre- const generics design and not planed for inclusion in std anymore. As it requires nightly anyways I don't see a reason to use it instead...

`App::default` can insert `LogPlugin` itself if we merge `bevy_log` into `bevy_app`, probably behind an optional but default feature. The problem is that `LogPlugina` allows configuration, and we need a way...

I believe this issue (as well as #6519) has been fixed by [#35381](https://github.com/servo/servo/pull/35381) and should be closed as the spec change mentioned by @SimonSapin confirms that replacement of unpaired surrogates...

> Previously you got no suggestions and had to remember if it's require or requires Huh, I can confirm that. Sounds like a missing Rust-Analyzer feature (or a bug) -...

> @SpecificProtagonist could you also update the title and description to account for your new changes? Yep – already updated the description; accidentally cancelled the edit to the title :3...

Thanks! Fixed it. Didn't leave a todo as the resulting code is fine. I've also removed the homogeneous `FromIterator` impls from the types intended to be heterogeneous.