Kai Schlamp
Kai Schlamp
Zod is really super cool, but I also stumbled upon this issue here while figuring out how to use [React Hook Form resolvers](https://github.com/react-hook-form/resolvers) together with localized error messages using i18next....
Here is my (relatively simple) solution. Similar to @btebbens I build the schemas when I need them. But as I also use them in resolvers on the server (in my...
Only rendering it in the browser is IMHO an ugly workaround. We should fix `react-beautiful-dnd` for supporting SSR on latest Next.js. It is just a matter of providing the correct...
@ivorpad In my opinion SSR should work fully as it is officially supported by this library (and I guess it is not very difficult to fix). But I am happy...
I want to use this great rate-limiting library with [Dagster](https://dagster.io/) and the [DagsterRunLauncher](https://docs.dagster.io/_apidocs/libraries/dagster-docker#dagster_docker.DockerRunLauncher) which starts every task in its own Docker container. Could this issue here also occur when all...
@vutran1710 Thanks for the information and the excellent library. I will experiment a bit and report back if any problems occur.
After some experiments, I got it working with the help of [next-transpile-modules](https://www.npmjs.com/package/next-transpile-modules). ```js // next.config.js (in my case blitz.config.ts as I use Blitz.js, but it shouldn't matter) const nextTranspileModules =...
@samcodee Do you use a default NextJS 12 configuration or do you have some experimental stuff regarding the SWC enabled? I use NextJS 12 + react-monaco-editor without a problem, but...
I want to second this feature. I use a custom language service that can enable/disable features per URI. Would be nice if `react-monaco-editor` would allow to configure the URI of...
I just want to add that this is also easily reproducible in the Monaco YAML example: - Go to https://monaco-yaml.js.org/ - Delete the whole text - Switch to `openapi.json` -...