Rob Evans
Rob Evans
Hey, I downloaded and tried this lighting system yesterday, it's really fantastic work! Thank you so much for open-sourcing it! I did have a quick question though as I've only...
The docs say it won't work on Mojave, I'm guessing the answer to Catalina is the same but wanted to be sure. If so, what is the specific issue with...
**Describe the bug** Once instantiated it appears that the plugin will establish listeners for native events. If you create a new instance of the plugin and let go of any...
We've had to deal with a bunch of code that was accidentally pushed over the top of the previously stable master branch code and as such have deleted the branch...
Hi all, Please only raise support and bug issues on the official forum. The issue tracker on GitHub is only in use for pull requests. Forum: http://www.isogenicengine.com/forum Any issues raised...
Currently the DB stores data "flat" because we need compatibility with localStorage. Make two storage code paths depending on if we are storing via localStorage (flat string data) or IndexedDB...
All CRUD operations should completely succeed or completely fail.
To test this, create a view from a collection and then update the collection using a $replace clause. Mentioned here: #138, opening new issue here to track this specific fix.
When executing an update against a view it currently passed straight through to the underlying data source (e.g. collection). What we really want I think is that when you run...
Create both a global db setting and a query-specific option to specify locale options for string comparison, allowing queries on something like "Deja Vu" to also match "Déjà Vu". Affects...