Zach Daniel

Results 463 comments of Zach Daniel

I'm thinking that there are issues both with the original code and this code. You can do things like reference calculations and relationships in a nested filter, so the "is...

An example of something that would fail this is that you can use nested relationships or calculations in the expression syntax. ```elixir [author: [org: [name: "fred"]]] ``` In that case...

🚀 Thank you for your contribution! 🚀

Could it be something similar to this? https://elixirforum.com/t/mix-ash-gen-domain-function-igniter-mix-task-info-global-options-0-is-undefined-module-igniter-mix-task-info-is-not-available/65107/9

This is definitely very strange, and I feel like there is some kind of pattern around this. I dont' see why the `igniter_new` archive would have anything to do with...

This looks great! I think the issue w/ sending emails each time is related to the fact that an upsert on user is done on sign_in. In your sender, you'd...

I'll leave that final question for @jimsynz, but AFAIK that would be handled by Assent so might be best to check there.

Linking this here so we remember to merge this after: https://github.com/team-alembic/ash_authentication_phoenix/pull/482

I wonder if we could get away with something simpler, and just put this in our getting started guide (and then in the installer once I get to `ash_graphql`. Like...