Francisco Ceruti

Results 8 comments of Francisco Ceruti

From what I'm seeing, the necessary changes are deep inside [Kaffy.ResourceForm.build_html_input\6](https://github.com/aesmail/kaffy/blob/cf35712714856816aef47a1afe93a466e055f080/lib/kaffy/resource_form.ex#L81). Maybe instead of passing a `type` and then case matching and calling html output functions, we could pass a...

I'm talking (here) about the continuation of the code in the readme file. _It says:_ _..._ _views.py_ _form = MessageForm(parent_document=some_document, ...)_ _And then:_ _In theory the documentation Django's modelform documentation...

jejej ok, I'll try. What I want to do, are two things: 1) Being able to use a EmbeddedDocumentForm successfully. i.e. #models.py _class BlogPost(Document):_ _title = StringFile()_ _comments = ListField(EmbeddedDocumentField('Comment'))_...

Awesome, when I make everything work, I'm going to pull-request an examples directory :)

Thanks :) I'll have a little bit of time this weekend to wrap this up.

Sorry for the late response, life got in the way :P I've been thinking about this PR, and I've had second thoughts about the proposed API. As of now, I've...

Could it be that what you are looking for is [here](https://github.com/figma/figma-api-demo/tree/master/figma-to-react) ?

Improving upon 1, I'd suggest create a bigger waist where the code/result goes. Something like this: