Lucille Blumire

Results 9 comments of Lucille Blumire

I believe, though am not certain, that indexmap updating its version of hashmap to a more modern one that depends on ahash, is the cause https://github.com/bluss/indexmap/commit/8e843a9c1d62cbc4892b71488c1f43685f994e2c

Having a `rest: Attributes` is a very desirable use case for writing thin wrappers where you want a component that simply sets some properties and otherwise forwards everything else to...

I guess my thoughts were something that covers more than just the RSA case, though that is definitely the most common

Here to register a use case. I am building a library that uses shared pointers under the hood to maintain a global reversible history of the state, and would like...

Ah, that's exactly it, it might be good to clarify the README to explain what that does, as it seems to only ever be listed as "Zoom into terminal window",...

Yeah I think that would be ideal! Some people might like the borders to remind them they are in mprocs, maybe adding `hide_zoom_hint` and `hide_zoom_borders` as separate toggles?

This is effecting me on a current project in 0.11, I'd be happy to work on trying to fix it if someone with a bit more experience in the engine...

This doesn't seem to be working for me? `cargo check --workspace` doesn't appear to generate a `/target/sqlx` ?

I believe the same issues causes https://github.com/casey/just/issues/1558