Rob Evans

Results 21 issues of 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...

announcement

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...

announcement

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...

planned enhancement

All CRUD operations should completely succeed or completely fail.

planned enhancement
non-critical (e.g. results of queries are unaffected)

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.

bug report
in progress
comfirmed
critical (e.g. incorrect query results)

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...

planned enhancement
feature request

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...

planned enhancement
feature request