Nils Lundquist

Results 19 issues of Nils Lundquist

__Reproducible:__ Always __Description:__ When using native classes from an NPM dependency (e.g CanJS 6) they're not transpiled even though app modules _are_ transpiled. This is an issue when the app...

bug
transpiling

Reproducible: Always When using an NPM compatible shorthand for a GitHub hosted dependency ie: ``` "dependencies": { ... "can-legacy-view-helpers": "canjs/can-legacy-view-helpers#can-5-compat", } ``` rather than: ``` "dependencies": { ... "can-legacy-view-helpers": "git+https://[email protected]:canjs/can-legacy-view-helpers#can-5-compat"",...

bug
npm

The spec forbids the use of $refs to define entries in the `servers` array. The unfortunate result of this is duplication of information in several specification files, even though the...

re-use: ref-everywhere

Basic attempt at using nullable instead of `required` to determine nullability. Fixes #359 My use case only deals with querying data so I removed required, however it may be still...

The enum type in OpenAPI is far more flexible about the possible values than the enum type in GQL. In GQL, enum types are restricted to the [naming convention for...

enhancement

OpenAPI properties may be `nullable` & `required`. `required` only indicates that a key must be present in an object to be valid, it makes no restriction on the type of...

* *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): no #### Context * *node version*: 14.x * *module version with...

bug

Fixes #2579. Note the `differenceMerge` added here is a modification of the Hoek.merge function. I'll be happy to move this function to wherever it should correctly be placed.

#### Support plan * *is this issue currently blocking your project?* (yes/no): yes * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: 14 *...

#### Support plan * *is this issue currently blocking your project?* (yes/no): no * *is this issue affecting a production system?* (yes/no): yes #### Context * *node version*: 14 *...