Aviva

Results 9 comments of Aviva

If this is approved, shall I squash or is that automated?

Thanks for the prompt reply! The Vite config for how the names are created isn't useful because this behavior *is* desirable in production - the hashes are how collisions are...

I would disagree that mangling allows you to limit access by className. If mangling is on for a test, I simply import the CSS module in the test to access...

I bet you could do this with a really evil completion like "nextstep", not sure if the perf would be a problem though.

I appreciate you using the fish completions I wrote - [fish has added Optimus](https://fishshell.com/docs/3.5/relnotes.html#completions) completions on their end so adding those is no longer needed, they ship with fish shell.

I don't know what fish recommends, sorry - just wanted to inform you.

I'll close #437 too, thanks

I wrote a likely crummy implementation of this for a personal project [here](https://github.com/isaec/marksage/blob/21c181254b95999f9471dcf41531c9c4431e2eab/src/markdown_file.rs#L34-L316), would something like this make sense as a PR or a new crate? It passes a (much)...

I'll leave this code in my own project then. I found this issue when I was already mostly done with this implementation, so I couldn't until it was too late....