Qrokqt
Qrokqt
ES Modules have landed under flags in all browsers, so it would be great if we could get a build of mithril that supports it. Being able to `import {...
Are there any plans to support UDP, maybe by using web rtc data channels?
Theres only 4 anchor choices, top, left, right, bottom. I want to be able to anchor buffs to top-right to party frames instead of top-middle. Top right frame to top...
I tried to install zarr and it seems like it failed when trying to install numcodecs ``` (zarrvenv) joe@home:~/zarr$ python3 -m pip install zarr Collecting zarr Downloading https://files.pythonhosted.org/packages/56/a6/817d25f7b77b695b1014030bfff90288846862a50d72c1ee85a8a233c040/zarr-2.12.0-py3-none-any.whl (185kB) 100%...
Whats the performance implications for needing to create a new texture and material for every sprite that needs independent animation even if they share the same base image?
I'd like to color vue directives differently than normal attributes, but there aren't scopes to support it. At the moment in sublime, `v-on:mousedown` or `@mousedown` will have the scopes: ```...