Maciej Łyskawiński

Results 6 comments of 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,...