William Tanksley Jr
William Tanksley Jr
Specifically what is the request? I don't see anything aside from observing that directory structure cannot specify multiple series. Do you want it to? Do you have any ideas for...
I suppose another interesting message is `All books have been processed`; that makes sense when Libation is actually loading "all books", but less sense when the user is requesting a...
Ah HA! I may have found the "problem", such as it is: this DOES work when the book in question is marked as not downloaded. Could this be tweaked a...
I don't think we'll ever get "stateless" (and I kind of don't think it would help if we did) ... but we could come closer to it by exposing more...
Same here. Ubuntu 22.04: ``` ❯ node -v v12.22.9 ❯ npm -v 8.5.1 ``` Ubuntu 20.04: ``` ➜ npm -v 6.14.4 ➜ node -v v10.19.0 ```
This all seems to make a decent argument for better support for docker-compose; at least docker-compose has built-in support for updating (docker-compose pull; docker-compose up -d), although you actually have...
I'd think we're closer than we were before to having Docker... Specifically, when the dpkg setup runs it gives you a plausible set of startup options in a good location....
That cert seems to have expired 2017/3/1.
I just experienced this - essentially, the problem is that the documents imply that the `//` operator globs a wildcard on the right-hand-side, but actually it appears to glob the...
I tried to make a workaround using a 'with cwd' context-manager, it exploded worse than expected. This might be my own mistake, or a different bug. ``` >>> with local.cwd(p)...