Valdinei Ferreira

Results 2 issues of Valdinei Ferreira

I'm getting this error when using this package with Remix/Vite. I only fixed this error with one of these actions: - adding `"type": "module"` in the `package.json` of this npm...

I added two regex edits in WS: - `(.*) e (.*)` -> `$1, $2` - `^(?!Francisco, el Hombre)([^,]+)` -> `$1` The first one works correctly. But the second does not....

question