Kyrylo Baibula
Kyrylo Baibula
As I understood, `graphviz` Python lib already does the running of the standard `graphviz` tooling under the hood. So in may case, I can do so, but do you want...
> I just tried to suggest a possible workaround until it is implemented. Thank you for that! So I'll keep this issue for now, until somebody (or even me) will...
From code I see this issue is not related to `fd` and/or `pandoc` at all: https://github.com/brotzeit/rustic/blob/39423d1cf4fa054c36bf9577356451f4c06ee148/rustic-doc.el#L282 For some reason only the minor version of `fd` is checked. To prove that,...
> but passing in 28 arguments doesn't really improve readability :/. Yeah, that's a great point, and capturing them through macro makes it hard to read as well. Just wanted...
Rebased. > Okay...the bulk of #2803 landed. Any desire to pick this back up? Yes, if there is still any interest in it. > to try to build state structs...
Still need to add something for the "state" of the path-finding algorithm, but even at this point I'll be glad for any comments about the direction of the changes
Conflicts with #2 as some of the code was updated in the tests
It will be great to add checks and tests with `serde` feature and without into CI
I'm pretty new to Nix, and the whole language itself, so I could make some mistakes. I made this by example, copied `modules/services/emacs.nix` and replaced the package, some of the...
> This looks good to me. I assume you've tested it and it works on your computer? Yes, recently, I found that I had to add the service file to...