Reinier van der Leer

Results 513 comments of Reinier van der Leer

`@types/node-zendesk` does exist but it is not complete, e.g. the type of the second and third arguments of `ZendeskCallback` is specified as `unknown` in its uses, giving errors when trying...

@blakmatrix any comment on why you've closed this issue?

Is anything ever going to happen with this PR? I put quite some effort into making it neat and publishable :/

@iamthenewking I'm sure you wouldn't want to push your own website to upstream. Please close the PR. :)

@dongminh97 I suspect this PR is a mistake

@Hailiange this PR is probably a mistake ;)

Same issue here as @partnerwerk. Quite annoying as many static site generators (Hugo, Jekyll) use this structure.

Yes, I should have followed the instructions completely and in the right order, but when it's PkgConfig that is missing it shouldn't complain about LibUSB while that one actually is...

A similar problem exists with ```null``` values in objects: ```ts type test1 = { a?: number, b: string }; type test2 = { a: null | number, b: string };...