Cynthia
Cynthia
Tests for code changed works, but test `xdg-desktop-entries` fails on my machine.
Added a missing "m" to "comand" to make the manual build.
@rycee Any further requests? This PR is still awaiting review
In the vein of #125, could we change the description to something clearer like "A lightweight library flake for painless NixOS flake configuration"? This makes its purpose clearer, and the...
It's a little more complicated than I thought, with ctime not being implemented consistently, but there is the created function on the std::fs::Metadata struct that looks to accurately contain the...
Or is a link, yeah that'd probably work. -------- Original message --------From: Artturi ***@***.***> Date: 9/20/22 5:58 PM (GMT-05:00) To: nix-community/comma ***@***.***> Cc: David Houston ***@***.***>, Author ***@***.***> Subject: Re:...
Something like this? ```rust /// Test whether the database is more than 30 days old fn is_database_old(database_file: std::path::PathBuf) -> bool { let metadata = match database_file.metadata() { Ok(metadata) => metadata,...
Yes, but you wouldn't call sed just an "editing" tool, and lump it in the same category as say vim or emacs. By that name, all the linters and formatters...
I think having an editing section would be fine if those kinds of tools like linters and formatters were moved out of "command line tools" then, since they aren't really...
I think this could be pretty useful. I use flakes, but with an updating and testing GitHub action or something like that on the flake, automatic upgrades could be really...