Jeff Rossiter
Jeff Rossiter
xiaohui's solution was giving me an error about modifying load:defaults after it had run, so I changed it to the below and that worked for me ``` namespace :load do...
We were having this issue intermittently, and then constantly (with no known change), setting `config.active_job.queue_adapter = :inline` in test.rb seems to have resolved the issue
Passing an id prop to the DndContext as suggested in this previous issue appears to have resolved this same issue for me. https://github.com/clauderic/dnd-kit/issues/285#issuecomment-853974128
`foo(tuple arg1, tuple arg2)` currently creates one interface named FooRequest, after this change it should create FooArg1Request and FooArg2Request
I don't have one, sorry