Christian Schurr
Christian Schurr
Hey there, just had this issue and dug a bit. I got it working by escaping the filenames. I created two [patches](https://www.npmjs.com/package/patch-package): One for lint-stages/execa ```patch diff --git a/node_modules/lint-staged/node_modules/execa/index.js b/node_modules/lint-staged/node_modules/execa/index.js...
Hi there, We encountered a similar issue and found that many packages didn't explicitly specify a dependency on `@types/react` despite relying on `react`. To address this, we implemented a solution...
I wrote a mini plugin for remix, but you have to install the polyfill yourself ```ts function remixBrowserPolyfill(alias: Record) { return { name: 'remix-browser-polyfill', enforce: 'pre', async resolveId(source, importer, options)...
Hey @sarimarton sorry for the late answer. `[` is in bad characters as this can potentially break tailwinds arbitrary values when these follow a state `hover:[&>.blue]:bg-red`. But what you're describing...
Hi @iolyd, Sorry for the late reply: To handle date parsing in your schema, try using `z.coerce.date()` with Zod. This will allow you to transform the ISO date string into...
Hey @hritikaggarwal2 Thanks for the PR! I understand the intention to allow more flexibility in using characters as separators, but this opens up several potential issues. Using characters like whitespace...