Hannes
Hannes
Hey, auto-alignment might be a confusing term. I mean that the element snaps to the nearest grid rows and columns. So that it's easy to align multiple elements in the...
> I'm running into this issue to - is there a work around? This package is not actively maintained anymore, neither is graphene IMO. Best workaround for me was to...
+1 for Vue 3 from my side :) Just stumbled over this yesterday and it looks great. Good job so far!
Hey, this functionality (react beautiful-dnd) is exactly what I'm trying to replicate as well. Since this is an old but open issue can I ask if someone has an idea...
> 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...
``` lib/python3.9/site-packages/strawberry_django/types.py", line 136, in get_model_fields for field in model._meta.get_fields(): AttributeError: type object 'User' has no attribute '_meta' ``` Is having a Meta class in the model mandatory?
> @2malh any django model has a `_meta`, maybe in this case you User class is not a django model? Ahh, well since it's recommended to use a custom user...
@la4de thanks for the implementation. It seems to throw an error if no file is uploaded `The 'picture' attribute has no file associated with it.` First: I suggest to rephrase...
Same 😔 Does anyone have a workaround for this?
Having the same issue, has one found a solution to this? I don't have `@parcel/watcher` in my dependencies and it'd be great if I wouldn't have to add it, I...