Andrew Moss

Results 6 issues of Andrew Moss

The plugin appears to send all its logs to STDOUT rather than STDERR (ie. as it would using `console.error`). This breaks `webpack --json > stats.json`. Is there any support for...

type: Feature
status: Needs triage

I have implemented a blue/green update strategy for my deployment by updating a version label in the deployment template. I then update the service selector to use the new version...

lifecycle/frozen

**Is your feature request related to a problem? Please describe.** It seems that to use this project with a webpack build, the built and minified script `lib/indigo-player.js` needs to be...

help wanted

This succeeds when ran from `psql` with the same user. ### Terraform Version Terraform v0.11.7 + provider.postgresql v0.1.1 ### Affected Resource(s) - postgresql_extension ### Terraform Configuration Files ```hcl provider "postgresql"...

Use require.resolve with paths to fix importing files from within dependencies (e.g. in node_modules)