Jono Warren
Jono Warren
I was rather hoping that some work could be done to optimise Chrome for the Pi's limited processor and memory.
Hey there we have a few of these already - Ember Observer and Built with Ember - but happy to take PRs for the others
My instinct is to match Ember Data and use plural URLs, this is also consistent with the [JSON API spec](http://jsonapi.org/format/) which I believe both projects a standardising around. The setting...
After some digging around the issues on the Sails and JSON-API GH projects it seems that while the JSON-API guys are firmly in the plural camp, Sails is a little...
Thanks for adding this, it's just what I was looking for. Is there a reason you can't use the [dynamic file object handling](https://github.com/gruntjs/grunt/wiki/Configuring-tasks#building-the-files-object-dynamically) baked into Grunt?
Using a [Mutex](https://es-toolkit.dev/reference/promise/Mutex.html) within your throttled function might be a good approach for this use case.