Alexis "spectria.limina" Horizon

Results 19 comments of Alexis "spectria.limina" Horizon

Why not just `Array`? In Rust parlance, an array has a static size, so it seems like a natural complement to `List` being the dynamic one.

Ahh... `SizedList`, perhaps? Though that could have the same problem...

It may be a good idea to start with a simple implementation and revisit later if it's proving a hotspot

Thanks for the review! I've made the changes plus a few more things. I'll update the first comment to reflect the current state of things.

I've now updated the PR and got it as close to working as I can, but #12729 is preventing all tests from passing and I can't figure out a fix...

There also seems to be a failing wasm build that isn't related to my PR.

This stack trace is pretty cursed, with the nested `catch_unwind` calls.

This can probably be done in bevy 0.13 by using the camera-driven UI at bevyengine/bevy#10559, and rendering onto a `Camera` rather than directly to the `Window`. This would require reworking...

I tried https://sourceforge.net/projects/biblatex-biber/files/biblatex-biber/development/biblatex-biber.tar.gz/download and it does not work on my code or on [this example](https://github.com/plk/biblatex/issues/1327#issuecomment-1874972363)

I used the `biber` binary from that package: `$ biblatex-biber-2.20/bin/biber test` I didn't use an updated version of `biblatex`.