Daniel Sockwell
Daniel Sockwell
> Or maybe `_` `_` is intended for tiny utilities that can be implemented in < 70 lines. `Data::Dump::Tree` is currently implemented in 4,798 lines, so it doesn't seem like...
I'm not sure how common this practice currently is, but I noticed the following statement by Alex Crichton in an older thread about import order (rust-dev-tools/fmt-rfcs#24) > Never import multiple...
It might be worth expressing the time period in days rather than weeks, since it's easy to express just about any time period in days but harder in weeks (e.g.,...
I like this idea, but have two concerns. First: I think that d5 should allow users to chose whether they allow access to the IP address without a password. My...
Very interesting! It turns out that MacOS uses the BSD implementation of the `find` command, so my use of the `--type` flag wasn't valid. I've updated the makefile to use...
Closing this as resolved. Let me know if it isn't and I'll reopen.
Hmm, I'll have to take another look at this. Thanks for the testing.
I have updated the makefile to not use `find` at all. Does the current version work on a mac?
#17 took the first steps towards implementing this. Global config is now supported; front matter and editing through the command line are still WIP
The mnemonics are stored as `.md` files in the local data directory for your OS (so, mine are at `~/.local/share/mn` because I'm on Linux; check the [directories-rs docs](https://docs.rs/directories/1.0.2/directories/struct.ProjectDirs.html#method.data_local_dir) to see...