Alec Larson

Results 479 comments of Alec Larson

Can confirm this is still a problem with v6.4.1 of the extension. Moving `schema.prisma` into my `src` folder avoids the issue. - Cursor v0.45.14 - VSCode v1.96.2 - macOS Sequoia...

Hi @UnKnoWn-Consortium, your fix is available in `radashi@beta` today (see [#15](https://github.com/radashi-org/radashi/pull/15)). An official release is pending. We'd love to have you participate in the [discussion](https://github.com/orgs/radashi-org/discussions) and/or [development](https://github.com/radashi-org/radashi/pulls) of the [radashi-org/radashi](https://github.com/radashi-org/radashi)...

I believe this `_routes.json` file in the root directory will solve this issue, but you can't use *Pages Functions* at all if you do this: ```json { "version": 1, "include":...

@rdpacheco See #709

@rdpacheco Unlikely that it will, because it modifies the "old" codebase and has no unit tests.

I'm going to add a `--temp-db` flag that pg-schema-diff will use instead of creating its own. This will allow me to workaround this issue in the meantime. Let me know...

It would be cool if `{ "ecmascript": "2015" }` could be inferred from `supports es6`, which is a valid browserslist query.

Solid post that deserves a reply.

Hi @anion155 and @MoozonWei, I have this fixed over at the Radashi fork: https://github.com/radashi-org/radashi/pull/112 You can use it today by installing `radashi@beta` ([see changelog here](https://github.com/radashi-org/radashi/blob/main/CHANGELOG.md)). An official release is pending....

Hey @anion155. Over at the [Radashi fork](https://github.com/radashi-org/radashi), this issue is being tracked in https://github.com/orgs/radashi-org/discussions/73. We should have this resolved in the next major version.