Nicholai Nissen
Nicholai Nissen
This is a great QoL addition that I've been using a lot from [ts-dotenv](https://github.com/LeoBakerHytch/ts-dotenv), but the implementation details of this library is so different that another approach is better. In...
When file paths are prefixed by `vsls:` which is the case when using VS Live Share, the excluded filepaths (like `**/dist/**`) are not respected. This produces a huge mess in...
When I import a model from another package, functionality breaks because the external model will have it's own instance of mongoose and own connection. I suppose this can be solved...
`Caporal` is now at `1.3.0`, and `npm audit` reports 3 vulnerabilities in `branchsite` because of a nested dependency (in `[email protected]`) of older `lodash` in `cli-table2`, which was mitigated by `caporal`....
This tentatively fixes not being able to parse documents that has the document start signal `---` on first line.
Using the [example config](https://github.com/karimsa/patrol/blob/master/example.yml#L48) throws an error because the config type doesn't have a notifications field.
### Bug description When using watch mode, piping stdout is broken, it doesn't do anything at all, just prints straight to console. It works without watch. - Before  -...
As title, the RPC extension is not getting any report from PreWrap, other extensions work
The use of `NonNullishPartialRecord` in `ThemeOverride` only allows for Records as types, and forces all values of Records to be strings This means that Records with number (or other) values...
### Environment * OS Version: Windows 11 Pro 23H2 * Node.js Version: 22.1.0 ### Actual behavior When I glob a dir for files, I am getting a wildly different number...