Rebecca Stevens

Results 253 comments of Rebecca Stevens

I've got it working now. It seems like one of my custom autocomplete templates was casing the error I was getting. No idea why that was happening. I simply removed...

I believe the issue is that `import "uno:default.css"` tries to import the layer `_default` instead of `default`. Should be a relatively easy fix.

@lukaskleinschmidt The title says the issus exists in vite dev mode. Does it also exist in prod mode? I've made a PR to fix this but don't want to accidentally...

Same issue for me on Nobara 39 (Fedora 39 based). I would try building from source to see if that makes a difference, but I'm not familiar enough with such...

Note: The 2.0.0-dev version is a lot better but not perfect.

Could you explain what you mean. This codebase isn't using `any` anywhere ([except here](https://github.com/RebeccaStevens/deepmerge-ts/blob/main/src/types/defaults.ts#L172-L209), where their use shouldn't be noticeable to end users)

I would remove them, if possible, but I believe I had issues getting things to work without them. Those anys are just generics within an extends clause of a conditional...