Dmytro
Dmytro
> @dmythro I think it is a regression introduced in 1.9.3 (#4181). I recently fixed it. Great! Waiting for the next release to upgrade my projects then :)
Seems like it doesn't crash anymore with v1.9.4 on my project. Nice!
Can I reach DB from SSH as well (not only other docker services), without exposing port externally to the internet? I could use any decent DB client via SSH tunnel.
Also got error on importing: `Error [ERR_MODULE_NOT_FOUND]: Cannot find module` for path alias in tsconfig's `paths`, but works perfectly fine with `v1.6.7`.
Would be great to have. Also, support [`defaults.run.working-directory`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#defaultsrun).
_Some_ IDEs can accept **`*.md` files** in configuration, with commit message generation rules. Just saying! :) My use case: use conventional commits + specify to be as brief as possible...
Yeah, having this issue as well.
I've checked some code, and I see there's this logic in [src/util/builders/common.ts:315](https://github.com/drizzle-team/drizzle-graphql/blob/c558249fadcc7bd1af8ec17faf292d8cf2d365c5/src/util/builders/common.ts#L315): ```ts if ( usedTables.has(tableName) || (typeof relationsDepthLimit === 'number' && currentDepth >= relationsDepthLimit) || !relationEntries.length ) { return...
> Initially I was really liking the idea to force `--bun` for bunx and everything. As I understand, when you start using Bun-specific APIs and imports, it should only work...
I'm surprised this is not addressed yet as makes a lot of confusion. But I wanna agree with points towards prioritizing a project root's config over home directory one (I'd...