Michael Farrell

Results 11 issues of Michael Farrell

When adding a downstream dependency `strong-soap` I was getting a warning because `adm-zip` had GPL code and this fails our license check preventing us from using this package. Since then,...

When adding a downstream dependency `strong-soap` I was getting a warning because `adm-zip` had GPL code and this fails our license check preventing us from using this package. Since then,...

I have been using the following tslint rule: ``` "no-relative-imports": [true, "allow-siblings"], ``` to forbid any relative imports such as `import constants from '../constants'` I am trying to migrate my...

bug
help wanted
typescript

The CI tests running with karama/browserstack flake out. They simply fail to connect to browserstack and run the tests. I'd say maybe 1/5 or 1/10 times the tests run fine,...

testing

since penumbra requires some webpack config, would be nice to bundle this as a small plugin with penumbra so anyone can just import the config and have penumbra working

webpack

is getTextOrURI supposed to be a Promise[] not Promise —- this through me off during implementation

## Related Issues - _[none]_ ## Security Implications _[none]_ ## System Availability _[none]_

## Related Issues - _[none]_ ## Security Implications _[none]_ ## System Availability _[none]_

Instead of using a yaml file to define everything, would be nice to allow this to be managed through a terraform provider

The current iteration of this cli focused on update or create operations. If a data silo is renamed or removed, or the objects of a data silo are removed, the...