Virl
Virl
It should NOT throw ANYTHING, it should successfully return another Editor and allow concurrent modification of cache.
@chrisbanes uh what an ugly code. Why does this lib not supporting this from the box like TMCache? :(
Please implement this.
Please integrate that.
Yes, it will make more universal API, but for now I think it is overengineering. Let's accept my pull request and if someone will need begin/end updates then convert api...
Hi. Will you accept this PR?
Also see #29
Basically I need something like this: https://github.com/drone-ah/watchmaker/commit/15f850adebe6aec84459cdd1b79e1ff0dd06031b
Please fix this bug.
Test is wrong. Memory leak is present when you're iterating over result set returned by find(). Also me personally encountered it while using DAO. Create BasicDAO object and call find()...