Jackie McDoniel
Jackie McDoniel
chore: clean up imports and configs I have a preference of having my imports alphabetized by package name. You're absolutely welcome to ask me to revert those changes, it's just...
Microservices are now able to be created by getting their options from within the DI container itself. This has been a long requested feature of developers and I finally had...
**Describe the bug** When multiple cookies are set via the `res.setHeader('Set-Cookie', [cookie1, cookie2, ...cookieN])` format, [as described in the node docs](https://nodejs.org/dist/latest-v18.x/docs/api/http.html#responsesetheadername-value), [`lightcookie`]() incorrectly parses the cookies that come in the...
## PR Checklist Please check if your PR fulfills the following requirements: - [X] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md ## PR Type What kind of change does this...
## Which problem is this PR solving? - Providing Instrumentation support for the [Ogma](https://ogma.jaymcdoniel.dev) logger ## Short description of the changes - I'm the author of the Ogma logger and...
ytmusicapi recently updated to 1.0.0 on Arch. I tested locally and it seems to still be in working order with 0.25.0. [I did also update the authentication to follow the...
> This request came from the NestJS Discord server TLDR: Is there a tool to list Modules that were imported within a Module, but there is not a single Provider...
It would be nice to have an alternative to class-transformer and class-valdiator, hence the ability to use something like `@deepkit/type` for validation and marshalling the data from HTTP.
After switching over to vim-atomic I noticed my statusline (through `vim-airline` and `vim-tree.lua`) was littered with `^` characters wherever a space `' '` should be, which made reading the status...