Zach Daniel
Zach Daniel
Looks perfect 🔥
That sounds problematic and undesired. It would be interesting to see if we can't find out why it fails to parse that path though....nevermind. Its because it is using `parse_path!`...
Definitely not intentional :) Would you want to PR a fix?
Right now we only show invalid errors, but we should do this similar to how we do graphql & AshPhoenix, by providing a protocol.
Hey @ianknauer, this looks like a great start! There is one main thing that I would suggest, which is instead of having the transformer be a string like "camel_case" or...
I'm thinking that the simple answer here is that there is some option like `empty_fields_unset: [:title, :description]`.
Would generally only be necessary to use when not using live_view
Good call putting the chat here 👍 The final step of this will be to use the member name transformer throughout the application. Specifically, in `AshJsonApi.Request`, where we parse the...
I've just tried building master and using that and had the same issue.
@aesmail Once you have a branch for that, I can get started on setting up the `ash_kaffy` extension :D