Jonathan Cammisuli

Results 79 comments of Jonathan Cammisuli

Sorry about that! I got a little sidetracked with some other projects. I still have this on my radar

This fixing some of your issues is interesting to me. The `connectToNxDb` function can handle `opts.dbName` being null or undefined. https://github.com/nrwl/nx/blob/25e3bdde9cad46660db160129b02dbd326d1f7da/packages/nx/src/native/db/mod.rs#L18 Assigning `default` to `opts.dbName` wouldn't be correct. We'll lose...

I have a potential fix thats in #28544, and I have it published here: `0.0.0-pr-28544-c9de3c0` can you try updating to that and see if the issue is still reproducible for...

Hey @BorisTB we recently changed the way we handled env's with tasks. Can you try it again with the most recent version of Nx (v17.0.1)?

Im still interested in looking into this. Not stale.

@wereHamster if you run nx with the env `NX_NATIVE_LOGGING=nx::native:db` set, you should see where we're trying to open the database from. Also, if you don't mind pasting the logs with...

@minijus make sure to set `NX_NATIVE_LOGGING` before doing `start-ci-run` for Nx Cloud. The start command will be the step that collects the env vars to send to agents, not specific...

Folks here, can we try the latest version of Nx (20.0.12) to see if this is still reproducible?