David limkys
David limkys
[X] Bug report ## Current behavior When using autoload to load the DB and then calling `clear` on a loaded collection the fulltext docstore of that collection is not cleared....
## I'm submitting a... [X] Bug report ## Current behavior Today, when inserting a new object to a collection, LokiDb adds a meta property to that object on to which...
## I'm submitting a... [X] Feature request [X ] Documentation issue or request As far as I can see from the code, LokiDb only works in sync methods, in my...
Currently, quicktype is using newtonsoft json, one of the slowest json libraries for C#, which is a shame. I suggest moving (or adding an alternative) to either Utf8Json or Spanjson...
As requested here #223
- [YUP] read and followed the [CONTRIBUTING.md](https://github.com/edcarroll/ng2-semantic-ui/blob/master/CONTRIBUTING.md#) guide. - [YUP] linted, built and tested the changes locally. - [YUP] added/updated any applicable API documentation. - [YUP] added/updated any applicable demos....
When adding `level depth in world` the name generated for the level will end with the word "EPTH" for some reason 
Currently, levels are treated as a single unit, and even if there is a tile in an adjacent level it will still treat it as OOB This can make it...
I saw that for some reason this was marked as a bug and "fixed" but I don't really understand the rationality, for a lot of games a player could traverse...
### What problem does this feature solve? Saving data locally to local storage is imperative for PWA, this is supported by apollo-cache-persist but currently it is unclear/impossible to support it...