Vinicius Lourenço
Vinicius Lourenço
Backport of #48658 cc @anonrig
## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes have been...
The example below was produced by [this code](https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDOAzKERwERIqp4DcAUGcAHYwCmUGqAxrXAJICytIARvXAG8ycEXAD0AKglxhouNIACGaCFTwAruuAATGXPli9onQC44AZxhRqAc3KyRk6Q5GLlUVfG6pgAGyOiEoYu3n5mltZUdhRyTi7ycAqErFo08Yog1KDquABMAAzpibQAHky+6ubAAG60HKgl2bgAjPmF+kEuqDa0ZlQ5fFDkcmCoULQ0Zpzcg3AAPnD9vr7DokwAFn7a41RTXLz0ANoAuuQAvhRiYgC0t9dkV+wAyg83d2SEaAB0TONqtGxzAAeaYHKAAPgAFABKexXO73R4AUQAigBVACCABkXvD3p9UD8-nQkQBHdSoXzA0GDKGwy5vW6vOAAJQxADkACIAeQ4rwRH2Q31+tH+LNQVG0OBB+1pMLhjMRhgxTyeSJZABVrk8NSy2OyAOJsABiAE1+fihYSRf8MeZzPQYE8rLZgBhEDKZvQ6QqBY8AFJPbnsuBPADCAAkkRwMRamQSvqgwGBfMAmGpgBAqEDDjT6McADT4VAAK2qeB9ZCAA) ```ts //---- // EQUALS //---- (input, _exceptionable = true) => { const $is_uuid = typia_1.default.createEquals.is_uuid; const $is_email = typia_1.default.createEquals.is_email; const $io0 =...
I use [asdf](https://asdf-vm.com/) as my package manager. I'm trying running `citgm` but I got this error: ``` h4ad:node-copy-4/ (backport-48383-to-18✗) $ citgm underscore [23:24:55] info: starting | underscore info: lookup |...
### Describe the feature you'd like to request `httpBatchStreamLink` was implemented on this https://github.com/trpc/trpc/pull/4347 Currently, the built-in AWS Lambda Adapter for tRPC didn't provide support for AWS Lambda Response Streaming,...
Inspired by https://twitter.com/4Kschool/status/1737218913212170699, I tried to search for performance improvements in this library. ### [perf(circuit): use bitset instead of storing valeus inside circuit](https://github.com/nodeshift/opossum/commit/a7368ee894f7b580ba22b617a77f34af69c50598) Basically, with this change, I tried to...
## Motivation ("The Why") I found two packages that ship Readme.md, `chalk` and `commander.js`. If we stop shipping Readme.md, we can save `631GB` and `1.3TB` per week of bandwidth for...
Avoid recreating the same element every time, instead, we cache and we just update the element. Before: 779k ops/s After: 860k ops/s Benchmark: https://jsbench.me/ktlqztuf95/1 On Chrome:  On Firefox: 
## 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...
Updated version of #105 that uses the new API instead of the older one that will removed in the next `Sentry` version. But this change is also a breaking change...