Matthieu Coudron
Matthieu Coudron
Commit susmentioned is this one I guess: https://github.com/untitaker/vdirsyncer/commit/208453408febdbd7e465004020f0716a4938f5c0 . Cool stuff. The easiest way would to go for the hook would be to remove all the previously registered cronjobs and...
I was not sure if the hook would react on a delete but it is needed I guess. You say " traverse the directories yourself." but how often ? you...
As an alternative to the daemon solution gcalcli (https://github.com/insanum/gcalcli) proposes a remind command as a cronjob. Looks easier to implement ? (I like the way they output the week schedule...
I don't think it's much easier and also it would mean having the UI open at all times ? not very practical.
@wmertens yeah I think I underestimated the build, I install a deploy-rs from the flake and it does take a bit of time to build on CI. So count me...
I am trying to add tests with busted to https://github.com/rest-nvim/rest.nvim and I fell upon that limitation as well: https://github.com/lunarmodules/busted/blob/fa948fd8355c598093cac35b106f2d93178118f2/busted/runner.lua#L11 accepts "options" but these are limited: https://github.com/lunarmodules/busted/blob/master/busted/options.lua . I would like...
I concur, for instance I would like to set the icon to a neovim one.
I was also annoyed that Escape is not a default keybinding. Am I right that one cna't configure keymaps ? couldnt find it on https://github.com/isacikgoz/gitbatch/wiki/Configuration some comments: - Ctrl+space doesn't...
I've started using waybar instead thus closing
ideally nixpkgs' code should be rewritten with the nixos module so that we dont have to create extra options and can just do mkBefore/mkAfter. I am counting on https://github.com/NixOS/nixpkgs/pull/237425 to...