gvanders
gvanders
AEAsh Elixir
Created by gvanders on 5/10/2023 in #support
Polymorphic Embedded Resources?
Awesome thanks! What’s the form interop story with union types?
14 replies
AEAsh Elixir
Created by gvanders on 4/18/2023 in #support
Patterns for Propagating Tenants to LiveComponents/LiveViews?
Ahh gotcha, that makes more sense
14 replies
AEAsh Elixir
Created by gvanders on 4/18/2023 in #support
Patterns for Propagating Tenants to LiveComponents/LiveViews?
Does this just put the tenant in pdict and then the datalayer knows to check there?
14 replies
AEAsh Elixir
Created by gvanders on 4/17/2023 in #support
AshAuthenticationPhoenix Override Register Form
Possibly just a section on the three action override DSLs, and what part of the lifecycle they hook into. Once I realized that register_action_name and sign_in_action_name existed I was good, though I assumed sign_in was the action that would be used when trying to put the user and tenant in conn. I later found out that it was get_by_subject_action_name which is outside the strategies DSL documentation
6 replies
AEAsh Elixir
Created by gvanders on 4/13/2023 in #support
Change storage_type of Ash.Type.Term to :binary?
It’s a bit overkill, but is it within pattern to have data layer specific handling for types? In this case for Term type and the ets datalayer, skipping the term_to_binary and binary_to_term
10 replies