Ian! D. Allen
Ian! D. Allen
I looked at the `PySimpleGUIQt.py` file and found the place where it was missing the conversion of `pad=1` to `pad=(1,1)`. I copied the few lines of missing code from `PySimpleGUI.py`...
Thanks for the Qt code. It almost works. (I don't know what `finalize` does, but it appears to be essential.) Two things: 1. The access is deprecated: ~~~~~ $ ./j.py...
Yes, that code works. Nothing deprecated. Opens in the centre of my three-monitor X11 display. Perfect! Now, can I figure out how to add that code to `ConvertFlexToTK` inside `PySimpleGUIQt.py`...
Are bug reports for `PySimpleGUIQt.py` "out of the scope here"? Please tell me where I should report Qt problems, if not here. I see that the main Call Reference page...
Ubuntu 18.04.4 LTS Yes to installing the `v4l2loopback-dkms` package and `modprobe` to load it; no problem. Yes to everything about `obs-v4l2sink` except the `make`. I got compile errors on two...
The free ClouDNS does allow you to specify the IP you want (instead of using the IP address you're coming from) by appending `&proxy=1` to the API URL and setting...
If you do the operations sequentially, you get the correct output: $ iprange in --except except >tmp $ iprange tmp --reduce-factor 90 >out $ iprange in --diff out 1.2.3.4/31 1.2.3.6...
**mtr 0.94** (also **mtr 0.93** under Ubuntu 20.04 LTS) Same problem for me; both `--interface` and `--address` do not work unless I also specify `--tcp`. My machine has three network...
> Tom, Didn't I accept your pull request? Is Tom Hetmer's fix incorporated into an official MTR release yet? I'm still running his patched version of `mtr-packet` and would like...
No, the issue is not resolved when compiled on my Ubuntu 20.04.3 Linux system. The Tom Hetmer version of `mtr-packet` works for both root and ordinary users, with or without...