Marcis Bergmanis
Marcis Bergmanis
> > @faultyserver Fair enough, I think it's good to focus on standard CSS first. Also IMHO SCSS will eventually become redundant (once nested CSS is widely supported and many...
I have exactly the same issue with this. Either conflicting with default formatter or doesn't seem to respect biome.json config. I have a public repo that has this issue for...
Yeah, is this PR still on the table?
Is this unblocked now via this PR? - https://github.com/oven-sh/bun/pull/2019
Thanks! Not that I know of, no.
This is the performance I'm getting right now in showcase todo demo (and everywhere across showcase pages)  Seems crazy that it takes 18s to load 🤯
## Project A: - biome.json: ```json { "javascript": { "formatter": { "enabled": true, "quoteStyle": "double" } } } ``` - index.js: ```ts const hello = "world 1"; ``` --- ##...
Here's a minimal reproduction repo: https://github.com/Marcisbee/zed-repro-1 Readme contains all the steps needed to repdouce this. I'm on latest zed version as of now `Zed 0.174.5`
Hey, glad you like it! The problem is that minifiers rename class identifiers. There are multiple ways to solve this: 1. use [`registerLoadable`](https://exome.js.org/advanced/#registerloadable), then minifiers preserve names for registered stores;...
Interesting, do you mind sharing some minimal reproduction of it in some repo, codesandbox, stackblitz etc? Very interested in figuring out what's wrong here.