Peter Brown
Peter Brown
I'm seeing this too with the last 2.0.13. @gilest did you find a work around?
@gilest > Have your tried updating to v3? Yeah we use 3.x on another app and do not have this problem. It's just weird because we've been using v2 in...
I'm pretty sure this never existed but here are a couple ideas: For non-DSL version it'd probably be easy to do something like this: ```ex def links(data, conn) when is_list(data)...
I agree that what you're trying to do make sense and it does seem like specifying the type in the parent serializer should take precedence. Having said that, this is...
After thinking about it a bit more, I think the code is correct as-is, but the docs need to be updated. It needs to be clear that you can either...
This will be fixed with 1.0.0 when we remove the deprecated function.
@coneybeare you can use the [`attributes/2`](https://hexdocs.pm/ja_serializer/JaSerializer.Serializer.html#c:attributes/2) callback to serialize any conflicting keywords like `format`: ```ex defmodule MySerializer do def attributes(record, _conn) do Map.take(record, [:format]) end end ```
I admittedly have not tried the code suggested in the PR you referenced, so I'm not sure off-hand what the issue might be. What is foo_web? Is that defining a...
Maybe @broodfusion might know?
I think it got missed as this project changed hands around that time and it just fell through the cracks. I'd definitely be interested in supporting that if there's a...