Niko Lepka

Results 28 comments of Niko Lepka

There's a third parameter to the useWebSocket hook which isn't documented. Setting it to false will prevent automatic connection and disconnect the websocket if it is already connected

> This should've been documented. I've been using hours to find a workaround for this :D I only found out about it because I had a feature request to add...

Your own group? I'm glad people are playing this! BTW, would you mind if we were to add this to the next release as a download? With credit of course!...

I tried making an auto-filling one a few times, but some of the boxes never updated correctly no matter how hard we tried. May I ask, how did you come...

Thanks a lot for showing interest in it, here's hoping it'll serve you well in your adventures to come! I'd love to know how it plays for you and what...

I'm using the repo as advertised in a table of my own. I don't have any other key listeners listening for the home key. Unfortunately I'm not at liberty to...

Ok, I figured out why Home didn't work: The first column in the table was not tab indexable, which it isn't supposed to be, but I guess has to for...

Maybe I should put this in a feature request, but it would be nice to have the ability to add additional callbacks to the various directional inputs. I had some...

I **was** actually going to mention Elixir's syntax as well, which is something like ```rust vec.iter().fold(0, &1 + &2) ``` But with it starting on `1` and using `&` would...

One could always look at the individual implementations of the other systems and see how they do it. Maybe that gives some insight to how they got around this mess...