Gabriel Nagy
Gabriel Nagy
This PR builds upon the excellent work in #167 and #114 and adds a bit more customizability to the feature. Currently, the validation API will completely block text input if...
## Describe the problem you'd like to have solved The new [bubbles](https://github.com/charmbracelet/bubbles/releases/tag/v0.12.0) release comes with a Validate API which we can use to validate our TUI inputs (directories and config...
`--no-recurse` is not a valid option for `exa`. Based on its functionality it may have been superseded by `--list-dirs` or `-d` This is visible here: https://the.exa.website/features/filtering
### Is there an existing request for this feature? - [X] I have searched the existing issues and found none that matched mine ### Describe the feature Starting with 1.21...
### Is there an existing request for this feature? - [X] I have searched the existing issues and found none that matched mine ### Describe the feature We have a...
Currently e2e tests [are failing](https://github.com/ubuntu/adsys/actions/runs/9155417330/job/25175939564) on Oracular because there's no Docker image for it yet so we cannot build the adsys deb. On top of this, we don't have an...
This is an umbrella issue that will be updated with flaky / transient test failures as we notice them. A test is considered flaky if it passes most of the...
Similar to the Rails `enum` behavior, allow initializing an `enummer` with a hash where the values correspond to the indices of the bits that map to the flag. This is...