Antoine Marot

Results 5 comments of Antoine Marot

I'm facing this issue, where optionality is not preserved using mapped types, thus breaking the homomorphism. I tried to split my types into the optional and required keys to then...

@roper79 I agree having this natively would be a good thing. For your information though, I successfully achieved it by annotating types with `@$id` and adding the `--validationKeywords "\$id"` option...

I was able to load the `tsConfig` using this (note that I target a specific `tsconfig.build.json` here instead of using `ts.findConfigFile`) ```typescript import * as ts from 'typescript'; const tsConfigFileName...

I have the same issue, even if the configure call eventually succeeds (using retry strategy from https://github.com/arobson/rabbot/issues/108#issuecomment-442787962). ``` [WTF Node?] open handles: - File descriptors: (note: stdio always exists) -...

Good job finding the line! Related issue is discussed here https://github.com/arobson/rabbot/issues/108.