Maciej Łyskawiński
Maciej Łyskawiński
Okey, but how do we specify if we want a secure cookie? Or when should it expire?
What engine are you running it on? Sponge?
Same issue with private, self-hosted repository with certificate signed by Let's encrypt. Any news on this?
Found the potentially incorrect lines https://github.com/nrwl/nx/blob/21d3c5e63c2e41b1f414d01194fbdb274a3185b2/packages/nx/src/tasks-runner/forked-process-task-runner.ts#L480-L506
@simondotm If you do not use `process.exit()` in the handler of `SIGINT` or `SIGTERM`, the process will not shut down. This would mean that we would kill every child process,...
What is the ETA on this fix? Would be really useful
I've looked into this further and seems like neither objection nor knex have a build-in way of creating a database-agnostic column with uuid generation as default. I don't think implementation...