zimt28
AEAsh Elixir
•Created by zimt28 on 5/31/2023 in #support
Nested forms questions
Using the updater, is there a way to get the parent form so that I can build the forms dynamically?
16 replies
AEAsh Elixir
•Created by zimt28 on 5/31/2023 in #support
Nested forms questions
All right, I'll open an issue
16 replies
AEAsh Elixir
•Created by zimt28 on 5/31/2023 in #support
Nested forms questions
Using my new helper I can just add and remove a new child to "refresh" the form, it works for now but I'd like to see it there's a better solution to both questions
16 replies
AEAsh Elixir
•Created by zimt28 on 5/31/2023 in #support
Nested forms questions
I can solve no 2 by just following the path, so that's not super important
16 replies
AEAsh Elixir
•Created by zimt28 on 5/31/2023 in #support
Nested forms questions
Any ideas about 2 and 3?
16 replies
AEAsh Elixir
•Created by zimt28 on 5/31/2023 in #support
Nested forms questions
Nice, problem 1 solved 🙂
16 replies
AEAsh Elixir
•Created by zimt28 on 5/29/2023 in #support
Access parent result using manage_relationship
Ok, I'll open an issue then 🙂
3 replies
AEAsh Elixir
•Created by zimt28 on 5/23/2023 in #support
Fetching descendants in calculation
I thought about just translating a query similar to the following to ecto and then passing it the list of record ids in the calculation, but maybe there's a better way?
7 replies
AEAsh Elixir
•Created by Dirigible on 2/26/2023 in #support
How to Delete Resource?
You might also need to remove constrains & indexes I guess? Would be nice if there was a generator for this 🙂
6 replies
AEAsh Elixir
•Created by Stefan Wintermeyer on 2/9/2023 in #support
Which type for Text?
Right, as long as you're using the migration generator the column type will be
text
: https://github.com/ash-project/ash_postgres/blob/b76289f39f4ecf19853e68e529b742698f674ef1/lib/migration_generator/migration_generator.ex#L22143 replies
AEAsh Elixir
•Created by Jmanda on 1/31/2023 in #support
Setting Tenant when using Context Multitenancy
But it would still be nice to have a callback somewhere that allows passing an actual tenant and converting it to a string in the callback
23 replies
AEAsh Elixir
•Created by Jmanda on 1/31/2023 in #support
Setting Tenant when using Context Multitenancy
I think the typespec is wrong, but I cannot check right now
23 replies
AEAsh Elixir
•Created by Jmanda on 1/31/2023 in #support
Setting Tenant when using Context Multitenancy
It still works but ElixirLS will complain
23 replies
AEAsh Elixir
•Created by Jmanda on 1/31/2023 in #support
Setting Tenant when using Context Multitenancy
If I remember correctly
set_tenant/1
expects a map, even though it should be a string23 replies
AEAsh Elixir
•Created by ZachDaniel on 1/26/2023 in #showcase
Is Ash Framework the Real Deal for Elixir Devs?
Nice, don't forget to post the video to https://elixirforum.com/t/ash-framework-a-declarative-resource-oriented-application-development-framework-for-elixir/51119
11 replies