Clinton Blackburn

Results 40 issues of Clinton Blackburn

### Is your feature request related to a problem? Please describe. I have bundling working following the example at https://github.com/temporalio/samples-typescript/tree/f16fa9d4962c31231ea63c0a7c7dada3c52a840a/production. I can use a custom payload converter following the example...

enhancement

I would like to use Capistrano v3 and this gem to deploy my Django project.

## Which problem is this PR solving? Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that...

Version the package so that users can get a specific version. This also prevents the following warning when running `ansible-galaxy install`: > [WARNING]: - trellis-ca-certificates (master) is already installed -...

## 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...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Setting the `name` attribute on the `ApiProperty` decorator changes the generated...

bug
needs triage

My entities and DTOs are separated to ensure that the API representation and DB representation can evolve independently. nestjs-paginate works well for querying, but assumes the entity and DTO are...

#### Description All dependency installation happens before copying code. This ensures that simple code changes, without dependency changes, result in the cached dependency layers being reused during image rebuilds. ---...

#### Description This change allows Google Auth to only function for the given domain, further ensuring that external users cannot gain access. --- ##### 🔬 How to test 1. Set...

#### Description apply_pool_defaults was removed in flask-sqlalchemy 3.x. `SQLALCHEMY_ENGINE_OPTIONS` is used to enable pool_pre_ping, and avoid 500 errors if the database connection during a pronlonged period between requests. --- #####...