John Morris

Results 24 issues of John Morris

SOOOO happy to find this module, thank you!!!! I don't see any option to truncate previous output, similar to `docker.attach(logs=False)`. Do you know (sorry, I'm clueless and lazy) if it...

We're working on building `.deb` packages for the Machinekit project's APT package repos. This might be a big ask, but can this project be renamed to e.g. `hal-ethercat` so it's...

By default, Debian and IIRC Ubuntu both zap everything in `/tmp` after a reboot. The README here [suggests][1] using `/tmp/aptly` for long-term data persistence. I fear this could cause somebody...

On a window with a "pinned group", when an alternate tab group is selected, it should not clobber the current window, and instead open a new window. This is useful...

enhancement

With Qt v. 5.7.1 from Debian Stretch packages, and installing QQVCP from source, running an app from qtcreator ("Debug" mode) fails with the following errors: ``` QQmlApplicationEngine failed to load...

Docs don't mention the appimage format requires fuse, `sudo apt install -y fuse` on Ubuntu.

``` $ echo -e "main_pass\nview_pass" | vncpasswd -f > /tmp/vncpass_test $ ./vncpwd /tmp/vncpass_test Password: main_pas View-only password: view_pas $ echo -e "main_pass_only" | vncpasswd -f > /tmp/vncpass_test $ ./vncpwd /tmp/vncpass_test...

Does it make sense to add controllers for simple data types, like `bool`, `int` or `float64`? I'm writing a general hardware interface based on [Machinekit HAL][mk-hal]. MK HAL is machine...

Logging has multiple issues that have been around for a long time. This issue attempts to collect them together to help develop a broad strategy. - `syslog_async`: - This is...

The recent switch to CMake requires v. 3.22. A project I'm working on is based on Focal, which ships CMake v. 3.18. I'm submitting this issue mainly for tracking from...