Joel Ruiz

Results 11 comments of Joel Ruiz

That was the idea, but I still had some pending features. Hit me up on discord JoeOfTex#9964 On Wed, Nov 13, 2019, 12:35 PM TheBricktop wrote: > Is there a...

We are seeing this issue as well. ``` error s3fs: unexpected error from stat(). ``` Was there a new release recently? We automate the setup in Docker, and this occurred...

Are there any variables for knowing about the map size/radius? I need to calculate the center of map.

Debugging in Chrome DevTools. I did a bit more fiddling and was able to get sourcemaps and breakpoints working on a chrome tab with devtools. 1. The correct URL to...

Finally, I got VSCode Debugging working too! VSCode's default NodeJS debugging uses a different connection schema `http://`, so just had to use `websocketAddress` to attach to the `ws://` schema. 1....

There is definitely something weird happening with stack traces. Setting `filename: "file:///fullpath"` is the right way, but full stack trace will not appear until you cause interference with breakpoints or...

> May I ask if you are using isolated-vm to find an elegant debugging solution? The vm2 used before can be directly inserted into the debugger in the code, but...

Could you test setting them up on two different tabs or browsers? I do allow you to select which controller, so it should let you do it, theoretically.

I can add a deadzone setting for button masks that are axis type if that will help. Basically if the absolute axis value is less than X make it hidden....

> https://github.com/joetex/stream-racing-wheel/assets/90459692/68db2fc5-ffb9-4525-860e-65be6dc29fb8 > > Looks like the dpads start at 1.0 value and go down to -1.0 when pressed, which is a bit wierd. The reverse will need new shifter...