Ingólfur Valsson

Results 12 comments of Ingólfur Valsson

I was wrong about the regex change from tw to xw, it is enough, I just needed to reload the window for the changes to take effect. So next would...

Downgrading Tailwind to 2.1.4 worked for me. So there must be something introduced between 2.1.4 and 2.2.16 that is breaking.

This is a bug in the `natives` dependency and needs to be updated to at least `1.1.1` I believe. https://github.com/isaacs/natives/issues/14

Mine seems to have resolved, but no idea how. One theory I had was that I actually needed space for the full install instead of just the update. So if...

I think this package precedes the UseSerilogRequrestLogging. It also has a lot of helper methods for logging the HttpContext. However it introduces a UseSerilog method which now exists in Serilog...

Absolutely should be more technical, but **annoying** wasn't to represent my frustration but rather to indicate it was not a showstopper but merely an inconvenience. Regarding locale, the doc indicates...

Would it be possible to switch `NextJsFetchOptions` out for `AdditionalProps` which is defined as an empty object that we spread into the fetch. Then in each case users could ts...

I guess we could add a `.theme-check.yml` and set the _root_ to either the '/dist' folder or '/src/static' [This is enabled by the theme check CLI tool that this extension...

Issue seems to be related to PNPM. Tried ``` rm -rf node_modules/ npm i ``` And did not have the same issues

It seems to be an issue with missing `[email protected]` package. `@tailwind/vite` does not include it as a peer dependency, but tries to resolve like it is a regular dependency. I'm...