Geoff Hickey
Geoff Hickey
As @dmadison pointed out in #116, this occurs only when using a newer version of the svg.path library than the one specified in requirements.txt. So this PR only makes sense...
I think that's right - it makes some sense that without move support, the svg library would probably have been translating `Close` into `Line`, though I'd have to trace through...
Yes, it looks like psutil is quite old: ``` python3 -c "import psutil; print(psutil.version_info)" (5, 5, 1) ``` Upgrading psutil to 5.7.0 did stop the crashes. I then enabled check_temp,...
Ah, I spoke too soon. After about 15m of running: ``` New instance of bashtop version: 0.9.23 Pid: 59131 /usr/local/bin/bashtop: line 1334: ((: Pid: Program: Arguments: Threads: User: Mem% Cpu%:...
That works for me. Thanks for a great tool!
I'm experiencing this problem too, on a Lenovo Carbon X1 running a current version of Arch. The launcher version is slightly newer: ``` launcher - version 1.1.2 branch: HEAD revision:...
I had a quick look at this. The parser isn't finding the arguments to the ConnectRegisterCloseCallback function, because they don't follow libvirt's usual convention - normally they would be called...
I'll try to look at this later this week.