Josh Nichols
Josh Nichols
I noticed this while working on https://github.com/jorgebucaran/fisher/pull/807 . I figured it'd be nice to be able to complete the name of installed plugins for remove and update.
Possible implementation of https://github.com/jorgebucaran/fisher/issues/805 Some considerations: - should the alias be included in the help output or not? only list is, but not ls - should uninstall be the default...
I only realized this myself this past week. May as well update this example so people using it get the latest!
#### Describe the bug I'm basically re-reporting https://github.com/IlanCosman/tide/issues/538 . Basically, I see this in Cursor and VScode randomly in the terminal, like hitting return a bunch of times: ``` ❯...
## Is your feature request related to a problem? Please describe. Karafka’s Admin API supports adding partitions to topics, but this operation **rebalances keys across partitions**. For workloads that depend...
# Description: Backfill logic for https://github.com/rubygems/gemstash/pull/392 # Tasks: - [x] backfill class to handle backfilling compact indexes - [x] CLI for backfilling - [x] database table for tracking needed backfills...
## Summary I'd like to be able to tell git-mob to use `git config --file path/to/file` instead of `git config --global` for `gitmob.*` settings. ## Motivation I store my `~/.gitconfig`...
Removes stale .beads/mq/*.json files
## Summary `bd version` executes expensive operations (`ensureForkProtection()`, `signalOrchestratorActivity()`) before the `noDbCommands` early-return check, causing 5-7 git subprocesses per invocation. Under high concurrency this causes timeouts. ## Environment - beads...