Maciej Łyskawiński

Results 3 issues of Maciej Łyskawiński

### Current Behavior When running any command and sending a signal to it, `.bin/nx` sends different signals to the underlying process (`run-executor`) depending on the source of the signal If...

type: bug
scope: core

### Describe the bug Function `createIdColumn` in @tsed/objection generates uuid using `crypto`, but that means every new inserted value will have the same uuid. Instead, the default value should point...

:books: Improve doc
wontfix

### Describe the bug When trying to read a value from the `Store` class, that is falsy, like `false` or `null`, `undefined` is returned. This is due to `||` in...

:bug: bug