Vadim Grigoruk

Results 248 comments of Vadim Grigoruk

There isn't any hidden paramater, I think it's a bug.

@dtnv hi, I'll fix it, but you can use any keyboard mapping software (like joy2key) for now. Thank you.

By design, you will see a confirmation message if you have changed the cart using the `sync()` API, the message appears when you close the game.

I don't understand where we can get this color from?

I got it, thanks. Let's try adding this, of course if it won't break compatibility.

I like the idea of network controllers sharing, but if you want your game to be synchronized you have to exchange input data on every _tick_ (60 times per second),...

I tested and it works on Chrome. Thank you :)

Agreed, interesting idea and it looks very close to being merged to the main branch. Also agreed with your thoughts about wrapping all the Collab code with a define and...

> But it's possible that libcurl has a polled API? @wadetb Hi, I just accidentally found an example of using `Curl` with `libuv` running in a single thread. Maybe you...