Ben Peachey

Results 222 comments of Ben Peachey

Just opened #125 which makes a start fixing all Shellcheck violations.

I'm for it. :+1:

@NNBnh Oh noes! :fearful: Looks like the link had an expiration date. I've created a new link without expiration date: https://discord.gg/c5mvG3czUd and edited the link in @jwerle's comment. Thank you...

This functionality could cause issues as not all (user) packages are registered. To be effective, the `search` command would have to search _all of github_. That does not seem feasible....

Using PR's still feels brittle as that still requires human action to approve merge requests. Creating a simple site where users can add their packages directly seems like a better...

Just opened #112 to add tests to `getdeps`

Started work for `utils` in #113

Note to self: We should check which files caused the most issues lately and prioritize those for testing first!

Well, running this: ```sh git log --oneline --stat | grep '|' | cut -d ' ' -f2 | sort | uniq -c | sort -r -h ``` The top 5...

Marked this as completed: > Add `BPKG_PKG_PREFIX` to overwrite default deps dir As it has been implemented in v1 as `BPKG_DEPS`