Tim Stackhouse
Tim Stackhouse
It would be nice if there was a way to preview/screen a blocklist i.e. to see if you're following anyone who may be on that block list without having to...
For repos that use SAML SSO, email, password, and 2fa otp aren't sufficient., and GitHub kicks back that you must configure a Personal Access Token. It doesn't look like the...
As it stands, you need to run a separate instance of ElasticMQ (or similar) in conjunction with this plugin which complicates the development process, as it needs to be started...
If no deployment bucket is configured, `sls deploy` will create a bucket dynamically, but this plugin does not pick up that bucket name and instead fails the entire deploy. This...
OSA Icon set for creating network diagrams: http://www.opensecurityarchitecture.org/cms/library/icon-library Thanks for putting this together :+1:
Details: Sets `serviceDir` properly during init step for deploy commands, this fixes an issue when using a single zip artifact for deploy. Breaking Changes: This may affect the recently added...
**Describe the bug** When overwriting `servicePath` with the `packagePath` in [deploy.impl.ts:123](https://github.com/flowaccount/nx-plugins/blob/master/libs/nx-serverless/src/builders/deploy/deploy.impl.ts#L123) (and in earlier iterations) because of the relative pathing, inside serverless' packaging routines, the package path gets appended twice,...
**Describe the solution you'd like** Serverless supports the `package.individually` flag, however during the build step, all functions are passed through webpack together, resulting in a single dist build that the...
The current JSON schema docs allow for some logic-based keywords, such as `allOf`, `oneOf`, and `anyOf`: https://json-schema.org/draft/2020-12/json-schema-core.html#logic In my experience, specifically with API Gateway, though it may apply elsewhere, a...
I left a comment on another issue [here](https://github.com/annaet/cypress-tags/issues/21#issuecomment-820499500), however after looking into this more, it really seems like it's a larger issue surrounding how preprocessing works in the cypress ecosystem....