Quentin Barbe
Quentin Barbe
I would like to be able to write rules such as ``` { name: 'no-parent', severity: 'error', comment: 'cannot require from parent directory', from: { path: '^src/' }, to: {...
#### Environment details - OS: Linux - Node.js version: 12 - npm version: Using PNPM 6 - `google-auth-library` version: 7.14.1 #### Steps to reproduce This library uses the [gtoken](https://github.com/googleapis/node-gtoken) for...
Requires gtoken 6.1.0 to be released https://github.com/googleapis/node-gtoken/pull/434 This allows to consistently use the same transporter in gtoken created in the jwtclient (this is useful to use the same custom agent...
Hello, currently transporter attributes are inferred or explicitly typed as `DefaultTransporter`, which is too bad since the `Transporter` type exist I assume to make room for custom implementation (which I...
Hello (again), I took the opportunity that I was looking into it to clean up a bit the Transporter interface, as it seems to be used with Promises everywhere in...
Hello, I started this PoC a while ago mostly for learning reasons, and I just found it while cleaning up my computer. I'm pushing it here in case it may...
# What / Why node-tar crashes when extracting tar files created with [tar-stream](https://www.npmjs.com/package/tar-stream) which contains long linkpath I'm not sure if the tar files created by tar-stream are somehow invalid...
Hello, I'm trying to use [Jib](https://github.com/GoogleContainerTools/jib) - a Java container builder - in a Mill script but this doesn't work. I managed to reduce the problem to the following ammonite...
We use SAML to login to aws. We have a script to login to a given profile use as such: ``` iam-login ``` which handles doing the SSO SAML flow...
I think eventually steampipe Dashboards would be great to replace Cloudwatch Dashboard. But I would need a way to pull metric data somehow (and then to graph them but that's...