Alex Rowe

Results 10 comments of Alex Rowe

After lots of configuring, I was not able to get the c-stick to work at all in CTurt/3DSController. In Ordinaryperson2/3DSController, the c-stick worked without any issues.

Any updates on this? Literally the ONLY issue I have with windows terminal is this!

Hm I really want to play around with this, perhaps swapping background + foreground for highlighted words, or trying some more intelligent color swapping to ensure high constrast. The change...

Oh, thanks for the link. It all made sense, I actually thought it was going to be more complicated than it was. I was searching for where the msgpack and...

I am using SDL, here is the eventtest output: ``` Notice: [SDL] Video Info: 3840, 1080, hardware acceleration: no, window manager: yes, MSAA: 4 0 entries found timeout ``` Should...

Ok thanks, I think the problem was it wasn't added in my HEADERS define in my qt pro file, it was able to find the header for compiling but had...

For anyone trying to get the readme example to work, I had to clone the repo and install from master ('trunk') Since I couldn't find the `FlowMode` enum in 0.41.0,...

I was able to fix highlighting with a timer function to defer the highlighting: ```vim function! HighlightConflictMarker() abort highlight ConflictMarkerBegin guibg=#2f7366 highlight ConflictMarkerOurs guibg=#2e5049 highlight ConflictMarkerTheirs guibg=#344f69 highlight ConflictMarkerEnd guibg=#2f628e...

Hm, that's curious- Perhaps some styling from other widgets is leaking over? Try disabling other widgets and see if that fixes it.