Melchoir55

Results 8 comments of Melchoir55

We got this working by changing the single quote to double quote on the string parameter passed to `args`. I think it would be worth updating your docs with this...

Could someone take a quick look at this, please? I think it exposes a bug in marshmallow-sqlalchemy. Maybe @sloria ? This script can be copy/pasted and run pretty easily.

I think that what is happening is that marshmallow is not attempting to deserialize the HoursDay object when trying to deserialize the new_practitioner_at_location dict. If I remove the backpopulates behavior...

I see what you're saying. The real problem here is that it doesn't allow you do describe circular relationships. For example maybe `Account` embeds `Transfer` and the reverse is also...

The ability to add rules at runtime would solve this problem. However, although I can add rules to the rules collection, they don't seem to behave the way I expect....

@SergeyNedayvoda Did you find a solution, or can you recommend a library which handles the dynamic nature of forms and fields?

> ## last commit was 8 years ago. > i assume apple changed a couple things in how to embed webkit and thus it broke. > apart from that, https://github-matrix.herokuapp.com/...

I didn't realize but it looks like you set this up to deal with a View, which should make it easy to attach to buttons. I'll post an example of...