Kyle Willmon

Results 18 issues of 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...

enhancement

Installing the Phylum CLI with Homebrew should install the default extensions.

medium priority
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… ❗...

bug
low priority

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...

bug
medium priority

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`...

enhancement
low priority
extensions

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...

low priority
task

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...

medium priority
task

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...

enhancement
low priority

The `ignore_certs` config file option is plural, but the `--no-check-certificate` command line option is singular.

enhancement
low priority