bobpaul

Results 51 comments of bobpaul

It looks like all of the projects are MIT licensed. `CalebJohn/joplin-inline-todo` and `ylc395/joplin-plugin-note-link-system` are not _obviously_ MIT licensed as they neither include a license file nor declare to github they...

I have this same issue. It happens whether I install via pip (both for python2 and python3) as well as using either the `python2-pymavlink-git` or the `python-pymavlink-git` packages in Archlinux's...

Looks like I'll need to move the `room-store.db` and `user-store.db`, too.

transmionic is built as an Android app. I just installed that and then added a server "localhost" to access the android Transmission daemon.

More details; it's only the first connection. The following steps do not produce a crash: 1. Start the listener with the mock server. 2. connect to the listener with a...

Am I missing something? I don't see any reference to `future` in the *.py files in the project. I just built the package with python13 and without installing `future`. I...

Derp, I can be kinda dumb sometimes. I had the mavlink project checked out (with pymavlink as a submodule) and I was doing `git grep` from within `mavlink` instead of...

Sure, though I would probably do things a bit differently if if's OK to _actively_ remove support. PR #1000 already gets one of the files.

It's not due to clang; it builds fine with clang. It's because termux uses bionic libc and bionic's `getaddrinfo` implementation is more strict. But even with either `glibc` and `musl`,...

Interesting `sshlog watch` does show `sudo the-command` followed by `/usr/bin/the-command` . But nothing shows up in the session log files.