auralyn
auralyn
> I have yet to find a way to implement it for Xorg though I'm not too familiar with input events, but testing with `xev` with xfce as my wm:...
For anyone looking for easy copy-paste solutions, you can install the `dev/version-2.0` branch with ```sh pip install git+https://github.com/pyimgui/pyimgui.git@dev/version-2.0 ``` (generically: `pip install git+@`)
Yes, disabled as of [this commit](719e1a6dc419f9075c46b3eb4e3eb53285b7ffda). More information about fluid changes mentioned in #322
@predefine if you're just running into the ` boomer/src/screenshot.nim(45, 26) Error: undeclared identifier: 'TXShmSegmentInfo' ` error then renaming to `PXShmSegmentInfo` as suggested ```bash candidates (edit distance, scope distance); see '--spellSuggest':...
I don't think passing just the room's name without a semicolon would cause issues, especially something that strange. The semicolons are just for splitting up room names into a list...
Here's some info on the given error from MSDN: **10022, WSAEINVAL:** _Invalid argument. Some invalid argument was supplied (for example, specifying an invalid level to the setsockopt (Windows Sockets) function)....
That would be wonderful. Hopefully a simple diff of the files will reveal an answer. On Aug 7, 2014 6:36 PM, "james-d-elliott" [email protected] wrote: > The issue happened for me...
Yep. Confirmed windows only, but I can't see any difference between the last working and the current in the connection code from my phone. Did the time this error start...
@learncodebygaming Is there anything blocking this PR? It's working for me.