Was using Blacksmith today for the first time. Nice lib, thanks!
I'm trying to use an Ecto embedded_schema in Forge.register, which leads to warnings about embedded data having to be assigned via their own changeset in Ecto.
My workaround is to manually add said changesets, now, which might become tedious when working with embedded schemas a lot.
Is support for this in the works, or are there other, easier workarounds?