Ondřej Švanda

Results 99 comments of Ondřej Švanda

Might be because of duplicated `node_modules` inside and outside the image, assuming if you're mounting a volume. But unless you can show me some more context and/or a minimal reproducible...

Hey @shauntrennery, were you able to move past this, or are you still stuck?

Okay, I'll leave the issue open for now. When you revisit it, be sure to get back with more details and ideally some reproduction, so I can help you investigate.

Closing for lack of activity. For anyone stumbling upon this in the future, the issue is most definitely caused by misconfigured docker volumes. Please open a new issue if you...

Good catch! I knew about this limitation but I hadn't figured out how to solve it before. It's not really advisable to wrap entire controller methods in a transaction, so...

Fix released in [`@nestjs-cls/[email protected]`](https://github.com/Papooch/nestjs-cls/releases/tag/%40nestjs-cls%2Ftransactional%402.3.1)

Bumping. I would also like to see this merged.

Yes, I figured, thank you, but I'd rather use the npm distribution given that I'm using it in many projects. I'll wait a couple of days if @kurttheviking notices this.

This is already a built-in feature of VSCode. Select code, press Ctrl/Cmd+., select "Move to file". All imports everywhere will be updated. ![image](https://github.com/stringham/move-ts/assets/46406259/e180ad82-9228-4366-a034-9e40b8769397)

Hi, thanks for the report. There should be nothing preventing the use of `txHost` along with the original `PrismaService` (although you can also use `txHost.withoutTransaction` if you need to run...