Eric Plaster

Results 7 comments of Eric Plaster

Hi steven! Has there been any progress in this area? I've been using this library for a while now, and am pretty happy with it. Thanks for taking the time...

I have the start of a **Reference** field located [here](https://github.com/xuru/flywheel-reference-field). @stevearc I could really use your help with the caching. I have unittests that shows what I'm having trouble with....

@stevearc or anyone else that is interested... I now have a working Reference field that correctly loads, saves and deletes (including cascading deletes) located [here](https://github.com/xuru/flywheel-reference-field). It would be really nice...

I ran across this issue as well even when passing `-m mymodule` to tasktiger. I finally figured out a solution that works. I use `click` for cli commands, and made...

No downside, but I'm using flask/jinja2 and I just use the same encoder/decoder here. One thing we could do, is specify the serialization method, and the encoder/decoders that go with...

FYI, this doesn't use the custom encoder/decoder in gen_unique_id which I ran into using this code.

@kgritesh I took a different approach then passing in a call back for serialization/deserialization. I decided to do it like flask does it, and pass in the json encoder/decoder in...