Justin Field

Results 10 issues of Justin Field

I think it would be cool to have an official type file either included with this project or available via `npn install @types/measured` I have made the following in my...

in_progress

I am thinking I want to port this lib to Typescript and add some more integrations namely Prometheus. Maybe finally clean up somethings on the Metrics objects, such as `toJson()`...

RFC

I am wondering if I can deploy this to my Minikube cluster and set the Kube2iam's AWS creds with either a cred file or env vars and if Kube2iam uses...

I noticed when starting this project locally from scratch that there is a bit of chicken and egg issue with `cerberus.auth.token.hash.salt` This is normally generated by the LCM CLI when...

ctr-z, ctr-d, ctr-c, ctr-/ are all ignored and you can't abort once a prompt has started.

bug

:wave: hello, new to using this library. I have a test ```yaml suite: rna tests tempaltes: - deployment.yaml tests: - it: adds env vars to the rna pod values: -...

I noticed when doing the refactor for STS that the list files code didn't support pagination even though the results are potentially paginated. I didn't fix the bug?, since it...

help wanted

As a user of the gimme-aws-cli I would like the option to have the CLI require my finger print when retrieving my password from the keystore. ex: ```bash gimme-aws-creds --profile...

enhancement

This list here https://github.com/Nike-Inc/backstopper/blob/master/backstopper-core/src/main/java/com/nike/backstopper/apierror/projectspecificinfo/ProjectApiErrors.java#L233 doesn't have 501 NOT_IMPLEMENTED in the list. This stops us from created new new error here: https://github.com/Nike-Inc/cerberus-management-service/blob/master/src/main/java/com/nike/cerberus/error/DefaultApiError.java#L310 We want to add a new error along the...

Right now I have the following ``` node { version = '10.16.3' download = true } ``` I would like to pin to https://nodejs.org/dist/latest-v10.x ``` node { version = 'latest-v10.x'...

enhancement
workaround exists