Vinicius Lourenço
Vinicius Lourenço
[This PR](https://github.com/nodejs/node/pull/49730) was merged with a non-imperative verb starting the commit message: `benchmark: added new benchmarks for blob`. [From what the docs says](https://github.com/nodejs/node/blob/main/doc/contributing/pull-requests.md#commit-message-guidelines), it should be a invalid message. The...
Currently this library support nestjs 7 as listed in `package.json`, although it supports version 8 without any problems. But, it might be better to create a new major version of...
What is your opinion about this new version? It added a lot of features that can be used, but it also breaks a lot of things. Do you have plans...
:robot: I have created a release *beep* *boop* --- ## [4.2.2](https://github.com/H4ad/serverless-adapter/compare/v4.2.1...v4.2.2) (2024-03-29) ### Documentation * fix Apollo Server package name in npm command ([4d4cece](https://github.com/H4ad/serverless-adapter/commit/4d4ceced9d2f882f7431830134d293c187aff4f3)) * **getting-started:** update npm install command...
This is the milestone for being able to update this library to V5. Goals: - Split each `handler`, `adapter` and `framework` into its own package. - Be more independent from...
Hi @laverdet and @ml27299, Sorry to tag you both, but I saw you both creating issues on vendia-serverless: https://github.com/vendia/serverless-express/issues/609 and https://github.com/vendia/serverless-express/issues/554. My library has the same intention of vendia/serverless-express but...
## Current Behavior Almost all requests using CallbackResolver inside AWS Lambda are taking too long, with PromiseResolver I didn't see this same delay. ## Expected Behavior To work as PromiseResolver...
If we try run kombu with scheme `mongodb+srv`, it will break during URL parsing. Fixes: #1786 Fixes: #858
I was investigating why `npm` is slow and I started to figure out that was caused by it loading a lot of modules/js files, but I didn't know what are...