Alexandre Galays
Alexandre Galays
(unless I missed something) you can't pass a component instance to a slot so people end up either - wrapping all their slots with a div on the call site,...
@maraisr Any luck?
Using the vite plugin (version `3.6.0`) I can reproduce something similar. It does this even if the linked style only consist of sprinkles calls and zero style calls. It never...
I would enjoy some form of macros for sure. As great as typescript is, it's still crappy old JS underneath. Something I would want to macro in would be proper...
JS is a mixed bag. It has some nice features, and some really awful ones. Also, new features take a very long time to get voted, approved by TC39 then...
Another use case: Given a simple or discriminated union, generate the list of all the possible values. This can help with mistakes where things are modified in one place but...
I have a similar issue, with or without `postcss` installed, and whether `postcss` is installed as a dev or prod dependency. In fact I don't even see the warning if...
Did anyone find a fork that fixes these kind of big/completely breaking bugs?
The first router that did this was Ember's and it was bugged like crazy. It's in fact a very difficult problem, perhaps impossible to solve. When you click on the...
Thanks. The `--compiler-warnings` would do the job for the cli, yes. As for the workspace settings json, is that something you often use in addition to a `.editorconfig`?