Josip Bojčić
Josip Bojčić
Sometimes you need to serve the SPA from non root directory. For example let's say that I have a react app and I need to serve it on /portal, in...
Currently the plugin creates a function to handle all next.js pages and apis (for SSR and API routes) but would be great if it would be possible to configure it...
Ability to see the reason for `Total timeout of API google.logging.v2.LoggingServiceV2 exceeded...`
Currently if there is something wrong and log cannot be sent, you will just get an error with message `Total timeout of API google.logging.v2.LoggingServiceV2 exceeded...` but would be nice that...
It would be great if you would wrap ellipsis character into span with class to enable styling it differently than the rest of the text.
Currently the package.json has this section: ``` "peerDependenciesMeta": { "supports-color": { "optional": true } }, ``` but there is no peerDependencies defined there at all. Am I missing or `peerDependenciesMeta`...
Seems like schema with oneOf is not properly handled. I have the swagger.json which looks something like this: ``` "/v1/something": { "post": { "tags": ["Something"], "summary": "Create something", "description": "This...
Would be nice to add a validation of the string identifier in ExtractUriFromInternetIdentifier before trying to create uri and throw an exception if the identifier is invalid.
Fixes https://github.com/Kukks/LNURL/issues/5
By looking at the code of ExtractUriFromInternetIdentifier method I noticed that you want to support port within identifier too. However that doesn't seem to work well if domain is onion....
I followed the docs to install playwright-msw and it seems that it works fine in my tests, however I didn't even start mockServiceWorker.js in my app as you normally need...