Brandon Chinn

Results 55 issues of Brandon Chinn

I was able to use the S3 api just fine, but SES is failing due to `TlsNotSupported`. For starters, the [docs](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html) mention to use `email-smtp.us-west-2.amazonaws.com`, while the code has `email.us-west-2.amazonaws.com`....

Our exact use-case is a bit special: 1. We have a NestJS application, and we still want to use our NestJS guards before proxying 2. Our endpoint needs to set...

Did the heroku application perhaps run out of free dyno hours?

https://github.com/commercialhaskell/stackage/blob/157cdb59416553a64457082a610704ef9f4ae8ac/build-constraints.yaml#L5865-L5866 This builds fine when manually adding it to the snapshot, so it should just be metadata revision

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

It would be great to be able to override the [`JSON.stringify`](https://github.com/expressjs/express/blob/508936853a6e311099c9985d4c11a4b1b8f6af07/lib/response.js#L1122-L1123) call in `res.json()`, to use `json-bigint` to serialize JSON objects

discuss
enhancement

:sparkles: _**This is an old work account. Please reference @brandonchinn178 for all future communication**_ :sparkles: --- Fixes https://github.com/expressjs/express/issues/4453 **Please direct all discussion to the issue page**

enhancement
pr

When creating a `Parallel` with `n_jobs` set to a negative number, `pool.n_jobs` is the negative number and not the resolved n_jobs. There are a couple workarounds: 1. `pool._effective_n_jobs()` * Issue:...

**Description** The [docs](https://docs.docker.com/compose/reference/#use--p-to-specify-a-project-name) say that > If you supply a -p flag, you can specify a project name. If you don’t specify the flag, Compose uses the current directory name....

e.g. we have `scala.bzl` containing ```bazel def my_scala_toolchain(name = "my_scala_toolchain"): ... ``` Buildifier complains about `unused-variable` for `name`, but removing it results in `unnamed-macro`. Currently, we have to add a...