Results 238 comments of Kitlith

we could also avoid specialization by adding another method that reads/writes multiple items at once, which defaults to the naive method. Then, the Vec impl would forward to the read/write...

It appears dtolnay has struck again, and has written a typeid crate that has an option to not rely on `'static`: https://github.com/dtolnay/typeid The example usecase is basically exactly our usecase....

I reached for pipx because of rangehttpserver, which is meant to be used like `python -m RangeHTTPServer`. However, `pipx run` and `pipx install` do not detect it as an application,...

aaaand i forgot to run tests after adding the array impl. why doesn't rust like this. *sigh*

AH. Yeah no_std won't like that Vec sneaking into the core implementation either. That's... ugh, i'm not sure what the best way to handle that is, but if we figure...

nightly has slightly different output for a couple ui tests. go figure. everything's fine on latest stable though, and I'm trying to get CI to tell me what 1.66 looks...

Haven't touched it in a bit, needs to be rebased. There's a non-committed (half-finished?) version that uses iterators instead of a "container" abstraction floating around on my laptop which might...

Having difficulty applying focus to the task right now. Dumping the potentially useful part here: ```rust // only if we decide this should be a separate trait instead of a...

Would be a replacement for read_options_count. Idea would be read_options_iter -> wraps an opaque(-ish) iterator of some kind -> optionally wraps read_options_slice (either on same trait or different.) read_options_iter on...

Now that VQF is involved again, the result is... better, but still worse than the current experience. Roll and Pitch can take a few seconds while to settle once made...