Tip ten Brink
Tip ten Brink
I've done some more digging, it seems to be caused by the following part in the `[index.ts`](https://deno.land/x/[email protected]/index.ts) of zod: ``` import * as z from "./external.ts"; export * from "./external.ts";...
> if you run your app by bootstrapping the start.ts, you need to pass the `--import-map` manually, pls use `cli.ts start` that will handle the import map automatically Ah that...
Ran into this issue as well.
This is still an issue, see the linked issue above.
Unfortunately even the workarounds do not work in all cases. It does work when using custom rejections or with the default 404. However, the workaround does _not_ work in the...
A main problem is that since 3.4 is so difficult to install (which is probably why it's so much lower than the other versions), it's hard to run a full...
For people who didn't manage to run the install script when using Nu, do the following: Open a bash shell and temporarily set the value of the SHELL environment variable...
For people using VS Code/Neovim/any code editor with a good LSP, the current `dataclass` payload version leads to many type errors, because the type checker does not know that a...
If you want any help with this, I'm very much willing to! Have been using superforms in production for a few weeks now and it's been great! If you just...
Small note: If anyone is running into my specific use case: if you use hatchling instead of setuptools as your build backend, pyright will work by default.