Zach Daniel

Results 470 comments of Zach Daniel

@scohen you don't want to do that, because then people using releases won't be able to use environment variables to change this configuration.

🤔 I think maybe `icsEvent: ` would be better, because the note shouldn't really be authoritative on the date/time, but the calendar event would be. So all you'd really be...

For example, I'm taking notes in a meeting, and then after the fact I want to say something like "these are the notes for X meeting on my calendar"

Will be useful when supporting bulk actions in ash_postgres. https://www.peterullrich.com/optimize-ectos-insert-all-with-placeholders

This issue is open again for anyone who wishes to take it :)

Yeah, we use dataloader in `AshGraphql`, but this is a bit of a different problem space. This is for making "changes" to relationships, e.g submitting a change like: ```elixir %{...

Ash read actions also behave in "roughly" the same way that data loader behaves, although two requests to the same resource (e.g if something is related via two different relationships),...

Realistically, this should just involve determining the full paths we may want to load. This work is already done in ash_phoenix to power the load statement that we do for...

Yep! Sorry for all the issues that are essentially one sentence, I did a huge brain dump at one point to try to get as much into GH issues as...

> `/posts?filter[comments][post][comments][post][comments][post][comments][post][comments][post][title]=foo` > What are the current behaviors of the ash engine and ash_json_api when they encouter the above query? Right now it will actually just service that query. E.g...