David Caldwell
David Caldwell
**Environment** ``` rkt Version: 1.30.0 appc Version: 0.8.11 Go Version: go1.13.1 Go OS/Arch: linux/amd64 Features: -TPM +SDJOURNAL -- Linux 5.2.0-2-amd64 x86_64 -- PRETTY_NAME="Debian GNU/Linux bullseye/sid" NAME="Debian GNU/Linux" ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support"...
This [line in run-community-server.sh](https://github.com/ONLYOFFICE/Docker-CommunityServer/blob/dc30b2c82756e169a83aef0d7aa792f73f0a517c/run-community-server.sh#L92): ```bash if cat /proc/1/cgroup | grep -qE "docker|lxc|kubepods|libpod"; then ``` Doesn't work any more. On linux 5.10 when I cat this inside docker containers I get:...
When there is a bad option, docopt-go silently prints the usage and gives no indication of which option(s) it didn't like. It's very confusing when a program with a lot...
The example avatar that the bot uses (http://i.imgur.com/IDOBtEJ.png) is a redirect from imgur now. This wasn't handled and the code tried to upload a zero length avatar which failed. This...
I (foolishly?) enabled column numbers on git (via `git config --global grep.column true`) for cli work and it broke `helm-git-grep` (which I cannot live without at this point 🙂). This...
I tried to install the 2015-09-15 nightly last night and ran into some issues with the library names: ``` $ otool -L /usr/local/lib/rustlib/x86_64-apple-darwin/lib/libsyntax-35017696.dylib /usr/local/lib/rustlib/x86_64-apple-darwin/lib/libsyntax-35017696.dylib: /usr/local/lib/rustlib/x86_64-apple-darwin/lib/libsyntax-35017696.dylib (compatibility version 0.0.0, current version...
I installed node 4.1.1 (4.2.1 is just entering Debian, now) and I'm getting a bunch of errors while compiling: ``` CXX(target) Release/obj.target/navcodec/src/navcodec.o In file included from ../src/navformat.h:25:0, from ../src/navcodec.h:22, from...
Hi, this patch adds `parent()` and `children()` functions to the `TIOObject` trait. I've been using the `io_kit` crate (as a git crate since it's not published) and it's been very...
Hi, this patch uses anonymous type parameters to make `is_equal_to()` more convenient. It could also be implemented using a generic function (but what fun would that be? 😉). It also...
For Mac OS X 10.15 and below, the major release was the 2nd number in the version (the first was always 10). The release after 10.15 was called 11—Apple changed...