SpecificProtagonist

Results 14 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...