Kyle Willmon
Kyle Willmon
The recent release of [`pnpm v9.0.0`][1] includes a new lockfile version (`v9`). The CLI currently only test our parser against `v6`. We should now add support for `v9` ### Tasks...
Installing the Phylum CLI with Homebrew should install the default extensions.
Lockfile detection believes that directories might be lockfiles. # How To Reproduce ```sh-session > mkdir requirements.txt > ls requirements.txt > phylum parse Generating lockfile for manifest "./requirements.txt" using Pip… ❗...
Running `phylum package` with a nonexistent package name and version still returns results. ``` ❯ phylum package -t npm nonexistent 8675309 Package Name: nonexistent Package Version: 8675309 License: Unknown Last...
Any extension that uses the deno std library will always fail to run if the user is not connected to the internet. This means, for example, that while `npm init`...
The [`prettytable-rs` crate](https://crates.io/crates/prettytable-rs) has not received any updates in nearly 4 years now and appears to be abandoned. It still works and doesn't seem to have any major issues, but...
We have a weekly `cargo update` for minor version updates and weekly Dependabot run for major version updates. However, it turns out that neither of these handles bumping dependencies from...
Support the Windows platform by releasing CLI binaries for Windows and implementing a self-update capability for Windows clients. # Acceptance Criteria - [ ] Instructions for installing on Windows in...
The `ignore_certs` config file option is plural, but the `--no-check-certificate` command line option is singular.