Dexter Miguel

Results 100 comments of Dexter Miguel

Quick observation though: while this does fix things locally, this will break Render.com builds because the `.pnpmfile.cjs` file is not included. @KSXGitHub yep, we had a custom `.pnpmfile.cjs` file that...

> (or add a new flag, I don't know which is better) I think adding a flag makes more sense here since we're having these issues in cases where the...

> If the options are not under your control then how do you expect to use the said flag? Ah, that's true :(. We're having a different issue now we're...

We're thinking about just removing our `.pnpmfile.cjs` file at this point. It exists to avoid installing Webpack (as we have dependencies that are using Webpack for some reason) but it's...

@chargome btw, removing `Sentry.setupFastifyErrorHandler(server)` fixed the issue for us. We do have a special error formatter. ```tsx export const t = initTRPC .meta() .context() .create({ transformer: superjson, errorFormatter({ shape, error...

I think this issue specifically is no longer happening. So it can be closed. However we're having different issues with v8. Will make a new issue if needed. Thanks!

+1000 The docs need to be updated to show _why_ `asChild` is no longer available. If it's available in `bits-ui`, then I expect it to be available in `shadcn-svelte`. shadcn/ui...

Also really annoying that the Move to file and Move to new file has been swapped. I've been using Move to new file for years in the first position, why...

Maybe I'm not understanding the PDF spec, but if we have a way of determining what needs to be hyphenated, can't we provide an option for the hyphenation character? That...

Yep, still happening with latest version of Cursor.