T. Floyd Wright

Results 7 issues of T. Floyd Wright

Hi, great library, it has made migrating my legacy rails app to Phoenix a breeze. Recently I had an endpoint I needed to migrate that has drastically different behavior depending...

Ladda has a [jQuery-supported version](https://github.com/hakimel/Ladda/blob/master/dist/ladda.jquery.min.js). Would be nice to include that as well. I will likely have some time over the next week to create a PR for this if...

I would like to specify the relationships and fields I want to return on every endpoint, instead of once per serializer module. From the docs I gather the only way...

question

I have been using Jason to encode Elixir maps into Jason in docs generated at compile time. That had been working fine until upgrading to Elixir 1.14 when suddenly docs...

enhancement
help wanted

Right now an error is raised if an empty list is passed to a data set: ``` ** (exit) an exception was raised: ** (FunctionClauseError) no function clause matching in...

Currently it seems that it is only possible to specify a parser for MultiXml to use at the class level like so: `MultiXml.parser = :ox`. However, this makes it quite...

Docs for Logger middleware say: > In order to be able to set :debug at runtime we can pass it as a option to the middleware at runtime. So I...