Drake Costa
Drake Costa
I have a PR (https://github.com/fabian-hiller/valibot/pull/211) open on Valibot to unblock this, but once that is merged I'll also need to publish a mocking library before this can be completed.
I recently solved a similar file path resolution problem for Windows. The solution is rather simple: ```ts import { join, posix, sep } from 'node:path'; import { pathToFileURL } from...
@souporserious went and used `bun create mdxts` to scaffold a starter and this is what I got: ```bash PS C:\Users\drake\GitHub\@saeris\mdxts-debug> bun dev $ next ▲ Next.js 14.2.3 - Local: http://localhost:3000...
Any chance we can get this reviewed and merged? Also blocked from being able to use Vocs without this fix. If it is any help, I've also had to deal...
I'm not sure the two are related, but I just completed an overhaul of https://github.com/discordkit/discordkit and while I am not receiving the excessively deep error, I am seeing that the...
Update: so in my situation I was importing individual functions via import destructuring (ex: `import { string } from "valibot"`), and the result of that was that in the generated...
> What do you execute to create these `.d.ts` files? literally just `tsc`, here is my tsconfig: ```json { "references": [ {"path": "./apps/feedback-scraper"}, {"path": "./apps/webhook-action"}, {"path": "./packages/client"}, {"path": "./packages/core"} ],...