João Dias

Results 21 issues of João Dias

For some reason, the API Gateway V1 response does not include the `headers` field. It converts the input headers to `multiValueHeaders`. This is a breaking change from `aws-serverless-express` and something...

This package depends on `archive-type` and `decompress` which seem abandoned and they depend on really old versions of `file-type` triggering our CI audit checks: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ moderate │ file-type...

cat/security

This string: `On a Mission From... The Gods` Gets converted to: `On a Mission From... the Gods` `The` should have stayed unchanged.

After updating to v8 we now have a new set of dependencies because of request postman: ```yaml postman-request@^2.88.1-postman.30: version "2.88.1-postman.30" resolved "https://registry.yarnpkg.com/postman-request/-/postman-request-2.88.1-postman.30.tgz#44554fd3c19bf19e0a583e92b654d3c4f7e4669e" integrity sha512-zsGvs8OgNeno1Q44zTgGP2IL7kCqUy4DAtl8/ms0AQpqkIoysrxzR/Zg4kM1Kz8/duBvwxt8NN717wB7SMNm6w== dependencies: "@postman/form-data" "~3.1.1" "@postman/tunnel-agent" "^0.6.3" aws-sign2...

In the date conversion methods negative dates are not support and that doesn't allow to have people that were born before 1970 in our database. Example: https://github.com/ironSource/parquetjs/blob/master/lib/types.js#L300 We created a...

My original file after `ng xi18n` has this kind of format: ```xml This field is required This field must be an email ``` But after running `ngx-extractor` the format changes...

Upper case letters are not allowed in the script name: ``` --> Error Code:10016 --> Error Message: "workers.api.error.invalid_script_name" ```

For better tree-shaking and to keep up with latest standards, it would be nice if this package was also published in ESM together with CommonJS for the time being. (:

Feature Request
Feature In Progress

### What problem does this feature solve? Angular is working on an esbuild target to speed up Angular apps bundling but I was wondering if a similar work could be...

enhancement