Alberto Diaz Dorado

Results 17 comments of Alberto Diaz Dorado

`omf theme ''` does not work for me `functions -e ~/.config/fish/functions/fish_prompt.fish` works reliable in my machine. `refresh` gets you back to your usual fish shell

@sunapi386 I am using it a shortcut to `Alt+F4` (close the terminal) plus `Ctrl+Shift+N` (my shortcut for opening a new terminal). In other words: `functions -e ~/.config/fish/functions/fish_prompt.fish` disables `omf`. When...

Thanks for the very fast response @derberg There is indeed a breaking change in one of the upgrades that requires node v14. We cannot do that upgrade if we want...

Any update on this? Or at least some information as to: - Why this feature has been removed - How can we achieve what we used to achieve with `fail`

Thanks for the answer @pi0 ! Sadly, I have realised that `@types/jimp` has `jimp` as a dependency... hence, we are considering dropping the types completely, or switching to `jimp`. I...

Same problem here. I faced it when using `promisify`: ``` const { promisify } = require('util'); const Zip = require('adm-zip'); const zip = new Zip(srcPath); await promisify(zip.extractAllToAsync)(dstPath, true, (err) =>...

What you are asking for is the `zod` library. Which, among other things, explains that it exists in the same ecosystem as `io-ts` simply because it offers the same power...

I am having exactly the same issue and it is very annoying. Will this be fixed any time soon or is there any workaround? I am stuck with TypeORM 0.2.x...

Commenting in the vain hope that this issue receives attention. Optionally stripping additional properties in the validation is the standard in validation libraries nowadays [1] [1] https://github.com/gcanti/io-ts/blob/master/index.md#exact-types

Bumping this, we would love to have this thing fixed