Michael Bell
Michael Bell
This would be a nice feature
I might have a look at adding it later, there is already support for Visocity https://github.com/DanielThomas/ec2gaming/pull/13/files
**constructor** An instance of the element is created or upgraded. Useful for initializing state, settings up event listeners, or creating shadow dom. See the spec for restrictions on what you...
@virl Just a couple of quick questions re: WIFI connections 1. Is there a limit to the number of users connected? 2. Once I am connected to a number of...
Android O Preview has something similar now Neighbor Awareness Networking https://developer.android.com/preview/features/wifi-aware.html
If you would like some help with the JS part. I could help out. We are just testing the mesh on raspberry pi's. So would be good to contribute.
Seeing a similar issue with sharp ``` Error: Something went wrong installing the "sharp" module Module did not self-register: '...../node_modules/sharp/build/Release/sharp-linux-x64.node'. Possible solutions: - Using worker threads? See https://sharp.pixelplumbing.com/install#worker-threads - Install...
> @MichaelFBA try calling `require('sharp')` in config file. Or in [`globalSetup`](https://vitest.dev/config/#globalsetup). These are the only places user can call code outside of a worker thread. Yes I tried adding it...