Zach Daniel
Zach Daniel
🤔 I think this may be an "edge" case around atomic updates. Could you create a test/reproduction showing this happening?
I will adjust this in the near future. However, remember to test your policies with realistic conditions folks! 😄
The fix here is likely to add a callback like `migrate_extensions?` that users can set to `false` to bypass this issue.
Then maybe we've got a bug in ash_money is all
That particular issue is unrelated to this issue. You can run `mix ash.reset` in that project. You just already have a database called `foobar_dev`. We should probably add some kind...
We've added `limit`, perhaps someone would be intereseted in contributing `offset` based off of that.
Open to it 👍 PRs welcome!
I think we'd just accept a full module name. Open to that change! PRs welcome 😀
Hm...I think the general pattern is to use `add_form`, but there is likely some kind of bug with how/where we apply the params? I don't have time to look into...
I'd suggest a built in change called `copy_attribute` instead of adding more cases to `set_attribute/2`.