Matt Schreiber
Matt Schreiber
@Minituff -- the `BASHCOV_COMMAND_NAME` environment variable is set by Bashcov itself, so should activate the `bashcov` profile when Bashcov is running (and only when Bashcov is running, unless something else...
Hello @manorit2001 -- thank you very much for your feedback. > Is there any breaking change in this full PR w.r.t the current asd version and something that you would...
I have added the changelog.
Also, latest run is passing; see [here](https://github.com/tomeon/anything-sync-daemon/actions/runs/6450295604).
@catwith1hat -- thanks for tackling this. I too am hitting the "Argument list too long" error. Wanted to draw your attention to NixOS/nixpkgs#274765, where I am attempting to solve this...
@infertux -- > I have very limited experience with Nix but happy to test this PR whenever you need it. Thank you! Sounds like you are the ideal audience for...
@infertux > [W]hy do we need to have a separate Gemfile.nix.lock file just for Nix? Why can't we use Gemfile.lock? This is possible, but requires tracking `Gemfile.lock` with Git. Otherwise...
Maybe there are parts of digga that could live on as opt-in `{devshell,flake,home,nixos}Module`s? In addition to the ones that [already exist](https://github.com/divnix/digga/tree/main/modules). Inspired by this thread, I too migrated to `flake-parts`,...
@nkts -- might not be what you want, as it means you'll have to specify all dependencies yourself, but maybe: ``` ruby class Ansible < FPM::Cookery::PythonRecipe name "ansible" version "2.0.1.0"...
@tcrayford -- many thanks for your feedback! I've updated the PR in response to your comments.