Ravi van Rooijen

Results 63 issues of Ravi van Rooijen

Title says it all :) I'd recommend reviewing this per-commit. The non-trivial ones have explanations in the message.

I found this module to be broken after 2 years without updates, so I cleaned it up a bit and fixed some path normalization. Main changes are: * Added path...

This is my initial concept for how we could avoid carpet-banning utility types (#208) using module-based type definitions. This PR is purely meant as a "proof-of-concept"-ish thing, and definitely not...

enhancement
investigation

[This](https://github.com/calvinmetcalf/copyfiles/blob/78a698dcc6a06d17570badcb5c832094642273b0/index.js#L53) piece of code can throw a `TypeError` if no config option was given (as permitted by the [type definition](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/8816e2e88c3828d0864a523967a554ad5699162b/types/copyfiles/index.d.ts#L27)). E.g: ```js copyfiles([ 'in/', 'out/' ], {}, errorFunction); //this is...

There's currently some discussion on the future of schema generators over at https://github.com/vega/ts-json-schema-generator/issues/101. It's mostly related to uniting the 3 big (and unfortunately buggy) modules that are used for the...

Looks like lookbehind-expressions are not supported (yet): ``` Error: Unable to use "first char" lexer optimizations: Failed parsing: < /(? Using the regexp-to-ast library version: 0.4.0 Please open an issue...

Is it possible to limit the deep equality comparison to a certain depth? For example: ```js const a = { foo: { bar: { baz: "qux" } } } const...

This is probably a very dumb question, but can chainsaw be used with the gradle `java-library` plugin instead of the normal `java` one?

help wanted

Operations use reflection to determine the parameters and return type of their callable. This works great, but only if your operations can be defined statically, as in "at the time...

Lodata v5 still supports EOL PHP versions 7.3, 7.4 and (very soon) 8.0. Dropping support for these outdated versions would give access to modern language features that make using, maintaining...