RndUsername
RndUsername
Does this module work with Nuxt3, too? I can't get it to work...
I've installed the module as described in the docs and I even tried the edge channel. Still both time when I start the server, it throws an 500 error client...
for example: ``` ``` will cause this error: ``` [Vue warn]: Failed to resolve directive: loading [nitro] [dev] [unhandledRejection] TypeError: Cannot read properties of undefined (reading 'getSSRProps') at Module.ssrGetDirectiveProps (C:\Users\kevin\Documents\.Meine...
Can ataraxia even be used in a browser environment? If so, what tech stack do you use to make it work?
The error: `X [ERROR] [plugin vite:dep-pre-bundle] Failed to resolve entry for package "ataraxia-transport-streams". The package may have incorrect main/module/exports specified in its package.json.` ``` The plugin "vite:dep-pre-bundle" was triggered by...
I didn't knew that even a website and a discord existed before.
without this tag at least in firefox you get a warning about the [Quirks Mode](https://developer.mozilla.org/en-US/docs/Web/HTML/Quirks_Mode_and_Standards_Mode?utm_source=mozilla&utm_medium=firefox-console-errors&utm_campaign=default)
As being specified by the library author ([readme](https://github.com/jimmywarting/StreamSaver.js?tab=readme-ov-file#getting-started) > examle code > `// The WritableStream only accepts Uint8Array chunks`) the writer should only accept `Uint8Array`s but it instead accepts `any`....
### Describe the bug When I use useCurrentMatches with the FileRouter and nested paths, I only get one match, i.e. `['test1/test2/test3']` instead of `['test1', 'test2', 'test3']` ### Your Example Website...
### Is your feature request related to a problem? Please describe. Consuming the library in modern web frameworks is problematic. For example using it in Angular causes the build optimization...