Jordan Metzmeier

Results 9 comments of Jordan Metzmeier

That's not rounding, that's 0.3 represented as a float. ``` $ python -c 'print format(0.3, ".20f")' 0.29999999999999998890 ```

This appears to work if it wraps around to the first element, but that's not very useful: ``` $ echo '[1,2,3]' | jshon -d -3 [ 2, 3 ] ```

I apologize for messing up the triage on this one by accidentally closing the issue.

I have the same issue where I am unable to get the overlay to display over top of the game on KDE. I tried the latest from the master branch,...

I do have compositing enabled, but there was a warning saying the opengl compositor had crashed and it fell back to xrender. Re-enabling the opengl compositor doesn't change the black...

When using the dll as `d3d11.dll`, the overlay is completely black and covers the entire game. This is different behavior from when using it as `arcdps_burrito.dll`, where it was transparent...

I just tested via launching burrito_link via an external script and got the same behavior as running as `d3d11.dll`, so I don't think my current issue is related to the...

It still doesn't work in Windowed Fullscreen and I have to manually set the window size, but it's now in a useable state for me. Thanks for your work on...

I tested the deb install from the Ubuntu PPA on Debian Stretch and they at least install and the kernel modules build without error.