Peter Brown

Results 25 comments of Peter Brown

I'm currently using JaSerializer on a Phoenix 1.7.3 app and haven't run into any issues. Is there something specific about 1.7.7 that breaks it? I haven't had a chance to...

@theirishpenguin Thanks for the examples. I think the immediate issue is the use of `use Example17xAppWeb, :view` in your view, without a defined `view` function in your `Example17xAppWeb` module. Looking...

That's a good question about how to move forward. The docs you linked to in your first comment say this: > These features provide a unified rendering model for applications...

What you've got in your pull request makes sense to me. As I mentioned in your example app PR, having to override the type will be required because we try...

> Do you see any reason why this kind of approach should not be used in production? Nope, I think this is a perfectly valid approach. If you have a...