Peter Verswyvelen
Peter Verswyvelen
No problem, I'm having fun with it 👍 How did you figure out the communication protocol, reverse engineering? Or does some document exists?
That is amazing! May I be so free to ask what USb sniffer tool you used? I used to be an assembly code hacker on Commodore 64 and Amiga machines,...
On Windows, it seems that when writing to the device, I need to always start with a zero byte, then I was to program the footswitch. So basically, I had...
The `-r` command is not working yet, but it doesn't hang... So it certainly isn't complete yet. I currently just make a Visual Studio 2019 project, using vcpkg as pakcage...
Okay, I have worked around it, thanks for the info. This does feel strange to me, the whole idea of Redux is that you have a state, and the view...
I'm reopening this issue, since I'm running circles with the proposed solutions, I guess I'm tackling this incorrectly. The situation is as follows: - the Redux store has a `{game,...
> Instead of `SET_GAME` can you `push` here? Yes, my example was simplified too much. `SET_GAME` is also used for game states that aren't saved on the server yet. I...
Yes, that seems to work! **_EDIT: No it doesn't, it seems a page refresh keeps the router location state somehow?_** One small problem remains (independently from this): when replaying actions...
It seems I was just using the wrong library for my architecture, https://github.com/faceyspacey/redux-first-router might suit me better?
Could you try exporting one of the transparent scenes in this repository, and see if that works for you?