Taylor Smith

Results 8 comments of Taylor Smith

I have also run into this with WSL2 trying to make a pretty photo-heavy blog with Next.js. Memory usage can hit 14GB before it falls over. Haven't figured out what...

Okay so this didn't make much sense to the latest scrum master to create a game. Explain or tooltip this field?

Do you know of a good JS sanitization function/routine/library? Nickname sanitization was kinda thrown together really quickly so all it does is a `s/[^a-zA-Z0-9 ]//g` on the nickname before passing...

Hmm... I wonder if this is something that @mattgrill might have an opinion on. Matt, TL;DR: For short, temporary usernames that will be printed to all game participants, I've done...

I was told "there is 1 other playing" when the other user was watching. This should say "X other participant(s)"

I just relaunched it on https://scrummy.cards if you're still looking! It's a full rewrite in the last few days and it is a little buggy, but I had a team...

Server-side, this could be tricky. Using `socket.set()`, we'd have to iterate through all open sockets in the right room. That could get messy. A good way would be to refactor...