Kyle Willmon

Results 30 comments of Kyle Willmon

It looks like [`prettytable-rs`](https://github.com/phsym/prettytable-rs) has found some maintenance help from the Rust team. The same developer approved the [rustsec advisory](https://github.com/rustsec/advisory-db/pull/1503) and released a [new version](https://github.com/phsym/prettytable-rs/pull/152) of the crate. That is...

What is this? @dependabot show hyper ignore conditions

@dependabot Go home. You're drunk

Nevermind. I see what you've done now, @dependabot ... I still have no idea why this PR is coming in now, but the reason for the RC is because we...

I'm not sure we need a complete mock here (at least not for MVP). We definitely need a test that executes something with the deno API though (as @cd-work mentioned...

Unfortunately, it appears that `pip install "pyyaml==5.3.1"` on WSL goes through the process of compiling `pyyaml` from source... To allow compiling C code, we would need to significantly weaken our...

Brainstorming ways to make this work: 1. Allow access to the `GOPATH` variable. And parse the value to add read-write permissions for any directories listed. 2. Disallow access to the...

The [Formula Cookbook][1] talks about how Ruby gems installs to [a custom directory][2] when installed with Homebrew. [1]: https://docs.brew.sh/Formula-Cookbook#handling-files-that-should-persist-over-formula-upgrades [2]: https://github.com/Homebrew/homebrew-core/blob/03953b73769b91e3fe2f8bdb8291d42107eb34f6/Formula/ruby.rb#L61 Something similar in the Phylum CLI would be configuring...

After further thought, moving the directory does not help. We still need to populate it and update the contents with each new release. This is further complicated by Homebrew allowing...

Thanks to #889, we now know that Dependabot **will** update these minor versions if there is a security alert on the package. This issue remains relevant, but that is at...