psychedelicious
psychedelicious
Here's what I came up with. It only works for the `pointerWithin` collision detection strategy. ```ts import { CollisionDetection, pointerWithin } from '@dnd-kit/core'; /** * Filters out droppable elements that...
Thanks for sharing your workaround @mihkeleidast
Yes, I had misread the error message.
@Lielhercogs You have everything installed and working correctly. The problem you are running into is a work in progress; we do not have a solution at this time. As @i3oc9i...
Could you please drag and drop your whole models.yaml file here? BTW, I don't think the full EMA models are advisable.
Sorry, but can you please upload the file itself?
If I understand the situation correctly, you might be able to accomplish this with [`__get_pydantic_core_schema__`](https://docs.pydantic.dev/latest/concepts/types/#customizing-validation-with-__get_pydantic_core_schema__). There's a nice [example in the `semver` docs](https://python-semver.readthedocs.io/en/latest/advanced/combine-pydantic-and-semver.html).
I have the same issue. Here's a codesandbox demonstrating the problem: https://codesandbox.io/s/quirky-archimedes-u3sejx?file=/src/index.ts `z.ZodFormattedError` does seem to be incorrect for union types, though the formatted errors object is in the expected...
Well you'd just provide this serializable config to a model node. The model node does not actually load the model, it only allows the user to select it. I think...
There's a checkbox for this in the canvas settings popover. It was changed in a recent update.