Roger Chen
Roger Chen
As far as I can tell, there isn't a way to specify a repeated message field using GET query parameters alone. Only repeated primitive fields (strings, ints, bools, floats, etc)...
I ran into this issue myself and monkey-patched a hacky solution. Here's what I discovered: 1. Each of the `types-*` PyPI packages contains a top-level directory named "...-stubs" (e.g. certifi-stubs...
I did some poking around, and it looks like this is a bug between Rdio and WebKit's HTML5 Audio tag. The bug doesn't occur with Flash. Unfortunately, this client doesn't...
So, I believe this is a race condition, and I think I know why it occurs. The [JoyTabWidget](https://github.com/AntiMicroX/antimicrox/blob/master/src/gui/joytabwidget.cpp) is responsible for displaying the different sets in the user interface. It...
I recompiled the program with some fixes to `joytabwidget.cpp` to avoid calling `m_joystick->setActiveSetNumber(index);` whenever the JoyTabWidget is reacting to a controller button. My version of the program will only call...
My employer has some policies for open source contributions, so I don’t know if I can provide code without applying for some kind of approval :) but hopefully I can...
I tried using my joycon with AntimicroX, and it detects the A button just fine. Does the issue occur when you try using a different joycon?
Have you tried the "while held" set selector option? Does it do what you're trying to do?
I think the software might not currently support what you're trying to do? You can sort of emulate the same behavior by making many copies of set 5 though. *...
Thank you! :) The code looks good to me, but if you give me a few more days, I can build and test it the next time I'm playing. I'll...