Nicolo John Davis

Results 99 comments of Nicolo John Davis

The library you linked to hasn't been maintained for some years now though. We can probably get good mileage by just changing the page title to something like: "(1) boardgame.io"...

Another option to explore would be the [Web Notifications API](https://developer.mozilla.org/en-US/docs/Web/API/notification), although this should probably be an opt-in feature because the UI is more intrusive. Both this and the title prefix...

The plugin interface is mostly concerned with game logic and the general API of the framework. I don't think plugins should be involved here. However, I'm definitely supportive of the...

We used to use https://www.npmjs.com/package/react-json-view to render `G` and `ctx` on the Debug Panel before we realized that it was almost doubling our bundle size and it didn't make sense...

That's exactly what the Svelte migration is trying to achieve (make a lot of this type of code available to the vanilla JS client). Svelte just compiles down to plain...

> For the future, @nicolodavis, what do you think about delaying game state initialisation until after the last player has joined? That would allow the /join endpoint to receive player-specific...

I see. It makes sense to have players bring in their own metadata if this choice of character class or some other game aspect happens outside the view that boardgame.io...

I'll spend more time digging into the lobby implementation as I try to convert it to Svelte, so I'll have a more informed opinion after that. My intuition tells me...

A deployment section is definitely lacking in the docs. Can compile one from the info on this thread and expand it later with other configurations.