loucadufault

Results 19 issues of loucadufault

## Brief Description GIven a class (source) associated to another class (target) via two directed associations in the same direction (form source to target), with one of the associations having...

bug
Priority-Medium
associations
Diffic-Easy
Component-SyntaxAndParsing

Currently the `reconnecting` event argument is the time (in ms) before reconnecting. For monitoring purposes, the attempt number is arguably much more important to emit in the logs than the...

The `version` field is useful to specify a default/baseline version to target if the package does not explicitly specify [engines](https://docs.npmjs.com/files/package.json#engines) field. This is sensible, as these rules are usually pulled...

Encountered with this repro: ```sh npx ts-json-schema-generator --path 'schema.ts' --type 'Schema' /workspaces/my-app/node_modules/ts-json-schema-generator/dist/ts-json-schema-generator.js:99 throw error; ^ TypeError: Cannot read properties of undefined (reading 'getId') at /workspaces/my-app/node_modules/ts-json-schema-generator/dist/src/Utils/nodeKey.js:43:57 at Array.map () at getKey...

v3.0.0 introduced a [breaking change](https://github.com/dabroek/node-cache-manager-redis-store/commit/966c11350bea7bcbec15c89bc6acd06183c28c37) where instead of the module exporting a default: ``` const methods = { create: (...args) => redisStore(...args), }; export default methods; ``` such that the...

Thanks for this project! One thing that is unfortunate is that the `@noInheritDoc` tags are kept in the source code and produced in the dist output (tsc with `"removeComments": false`)...

Configuring the tool via a JS should support typing the exported object with an accurate type exported by this module. The closest existing type currently seems to be `OptionValues`, which...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Bug
Priority 2
ws:config

**Summary** The library should be able to parse CSVs while considering multiple different potential quote character used for each value independently. E.g. allow a CSV mixing both single quote and...

enhancement

The implementation of the generic `write()` method which is called by the various `XKeys` methods (e.g. setting backlights) is asynchronous in nature, yet resolves synchronously before the promise returned by...