Joey van Breukelen

Results 4 comments of Joey van Breukelen

Correct me if I'm wrong, but this has little to do with Django Forms? I think what you are looking for is adding meta information to a type that includes...

I have the same issue. Works: ```yml fargate: tasks: process-updates: image: my-image memory: '2GB' cpu: 512 schedule: rate(10 minutes) ``` Forever in create: ```yml fargate: tasks: process-updates: image: my-image memory:...

> @la4de that's awesome, so maybe we can keep this in strawberry-django and then when it is mature we can think of making more generic, what do you all think?...

@patrick91 I feel like we had a similar discussion regarding adding framework specific code to strawberry. I suppose its a matter of philosophy and defining the scope of strawberry. I'm...