Brian Ealdwine
Brian Ealdwine
Normally, I would, But I don't know Ruby and now isn't a good time for me to learn it. I can provide feedback and testing on this issue, though.
  ..if it's any help, you're not alone in having placement issues in Wayland. :-) I'm using Ubuntu 18.10.
If it's any help, it attaches to the top when there are other applications present, but not when it's the only thing show on the desktop.
I am interested in this, but I'll need some testers with the different devices. I have one of the devices, and many of them are pretty finicky. I don't have...
@yearry Would you mind doing a PR with code, as well as mentioning it in README.md accordingly?
@Mausy5043 Interested in merging this, but there have been some changes to master. If you're still interested and update this, I'll merge it. Otherwise, I'll close this PR if a...
Currently, that function has a `select()` timeout of 0.2. That might be too fast for that older hardware version. Try changing: ``` # in _read_hidraw_firmware select.select([fd], [], [], 0.2 ^^^...
I understand that that the 'desc element not supported' is a separate issue, I was just including it as it was the only thing that seemed even remotely amiss in...
Note: Now using `'sphinx.ext.napoleon`'. No change.
I have some work on this if you're interested -- however, I'm using Napoleon, and the mix of google docstrings style and ReStructredText was pretty awkward to deal with --...