o11c
o11c
~/.local/lib/rust would be more standard
I'm not sure there is precedent for src in compiled languages. For interpreted languages, it would just go in ~/.local/lib/rust/ ... if you want to be equivalent to /usr/src you...
Since the repo is named `.cpp` (and that's the most common anyway), there's no point in further bikeshedding about `.cc`, `.cxx`, `.C`, `.c++` - and headers should not mismatch, but...
For the typical case (`SIGALRM` or disabled auto-updates), no threads will be created by tqdm. All that we're doing is allowing the _user_ to call the library from any thread...
Am back now, will get my branch usable today probably.
Oh, and pointlessly-overloaded functions.
`~/.config/user-dirs.dirs` exists for me, do you have `/etc/xdg/user-dirs.{conf,defaults}` at least?
I have no clue, I'm honestly surprised that any desktop system does _not_ have it.
There is a Python standard for registering and discovering plugins, but that's using eggs, which aren't supposed to be used anymore. https://pythonhosted.org/setuptools/pkg_resources.html#locating-plugins If not, I'm all for just documenting the...
According to the man page, you only get the interactive REPL if you pass `-a` or `--interactive`. With no argument, it parses stdin just like it would parse a file.