Aaron Schmid

Results 11 comments of Aaron Schmid

@jamest-portainer Any news on that?

@busterbytes @burckaansen I stumbled per chance on this issue and just in case these questions are still on your mind I will try to answer them. ### First Question Best...

Hi there, currently this plugin is merging all typings generated by ts-loader. The Problem is that ts-loader is generating typings for the full source, regardless if it's touched or not....

> Downgrading this plugin to 0.17.0 fixed this error for me. Have the same issue, downgrading solve the problem as well... Let me know if you can help with this...

Faced the same issue too was on prisma 5.16.1, downgrading to 5.13.0 allowed to push again. # Env * OS: Linux NixOS unstable * Database: MongoDB * Node.js version: v20.9.0...

Another options is to use enterShell to load the .env dynamically. So it does not need to be in the nix store and not stracked by git. ```nix { enterShell...

Tried with `copyToRoot = [ ];`, worked almost as it build the container. But coudn't exec into the container due to the home directory missing. ``` ✦ ❯ docker run...

Fixed the issue related to missing home https://github.com/cachix/devenv/pull/1422