Douglas Blank

Results 447 comments of Douglas Blank

I added a `to_dict()` and `from_dict()` based on the `to_json()` and `from_json()`. I didn't know about the object hooks. Brilliant! That saves so much code.

@Nick-Hall , I will probably need your assistance regarding the complete save/load of the to_json and from_json functions. I looked at your PR but as it touches 590 files, there...

Thanks @Nick-Hall, that was very useful. I think that I will cherry pick some of the changes (like attribute name changes, elimination of private attributes). You'll see that I did...

@Nick-Hall , I thought that was what @prculley did for optimization, and I thought was needed. I can put those back :)

Thanks @Nick-Hall, I think you are right. That will allow us to have a 100% JSON encoding and decoding. I got stuck with the current GrampsType, but a get_state/set_state would...

@Nick-Hall, I need your help. Can you provide some assistance on this PR of the changes to make in to/from json with a suggested set/get state (you might need to...

@Nick-Hall, yes #1787 looks clean and consistent. I'll wait until that is complete, and rebase this PR on master after that.

Major milestone reached: database upgraded, and all of the views can now be rendered using the JSON raw data. Lots of work still to be done, but wanted to take...

> Is there something that could be posted to the Discourse forum to stir up some energy? Probably not yet. > For instance, the Isotammi Filter+ gramplet shows a timer...

Oh great! I just hit bugs in the tests that I'm working on. Thanks!