indigane
indigane
I built a tool for conducting a virtual card sorting, because I couldn't find an existing one that fit my criteria. Based on the kanban example. https://github.com/indigane/cardsort/ 
I had this same issue. Or to be more exact, the issue was this: I have a "drop area" that is also a grid. You start dragging from some initial...
I can look into making a pull-request and get back if I run into issues.
This also happens with string imports, which are commonly used to work around these kind of import issues. The cause is this assertion in `DjangoListField` https://github.com/graphql-python/graphene-django/blob/775644b/graphene_django/fields.py#L33-L35 If commented out, everything...
Latest development version of the analysis page can be found at https://indigane.github.io/cardsort/analysis.html
Thanks for bringing these up. Are these changes something you would want merged into the main repo, or are they something you need just for yourself in your fork? Regardless,...
Ah, thanks for the clarifications. Since duplicating cards has a different purpose than editing cards, my earlier suggestion to place them behind a single settings flag might not be a...
If you do edit the settings, there's one piece of complexity that maybe in hindsight wasn't the best idea. The settings flags are packed into the bits of a single...
> Redoc does not sync the examples window with the main column. related [#2346](https://github.com/Redocly/redoc/issues/2346) I'll just note for clarity that #2346 is only tangentially related as it also mentions `oneOf`...
Thanks for taking a second look. I do have interest in solving these and contributing a fix but regrettably I do not currently have the time to do so. If...