Pier Bover
Pier Bover
Any idea on how I could use Comcast to provide a shitty connection to a mobile device via Wifi?
We are considering moving our components to Imba but keeping our app logic in JS. Is it possible to access the Imba Router and call its methods? For example send...
I have used DelayedLauncher for years in museums and art installations. Today I hit into a problem where I had compiled 2 different apps with the same name, and are...
Katex allows for a number of options to be passed such as macros but right now only error color seems to be implemented. Would you accept a PR to implement...
I'm making a grid of elements and after the DOM has been populated with `rv-each` I need to dynamically set the width and height of the grid elements using jQuery....
### 🐛 Bug report `wrangler dev` only return 522 errors. Seems something is down on Cloudflare's network? I've updated Wrangler to the latest version 1.19.3. I've authenticated with `wrangler login`...
I've seen there is a .NET SDK for accessing a Realm server from another server. Is a Go SDK on your roadmap?
Right now JSON files are saved in plain text that anyone can open. It would be great if there was a simple API of saving and retrieving obfuscated files.
Unfortunately installing packages with `brew` has become a nightmare. Building the binary on macOS requires, again, installing packages with `brew` that also fail for one or another reason.
I'm using 30 FPS but it seems animateSprite is skipping frames. This is my code ``` $('#handClicker').animateSprite({ fps: 30, loop: true, animations:{ clicker:[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59] } }); ``` This is the css...