Jonatan Männchen
Jonatan Männchen
The `limitParameterName` is only used when reading and generating url's. It's not used in the serialization of the pager. You could use JMS to override this name: http://jmsyst.com/bundles/JMSSerializerBundle/master/configuration#overriding-third-party-metadata `serialized_name` should...
I spent some time to explore using bob to build all images. Both mentioned PR's are WIP. (README, stackbrew, Travis CI are untouched...) * Use Bob to build the existing...
@c0b Did you have time to take a look?
Since there seems to be no support for `ARG` in bashbrew, the scripts would have to be adjusted accordingly. If this draft is liked, I'll replace `ARG` with a template...
Produced Images ``` REPOSITORY TAG IMAGE ID CREATED SIZE elixir alpine 5808e128c12b 45 minutes ago 78.9MB elixir latest 3e7c753a47a9 46 minutes ago 1.08GB elixir latest-otp-22 3e7c753a47a9 46 minutes ago 1.08GB...
One could take it further and extract the version & hashes directly from the bob build.txt.
Since there seems to be no support for `ARG` in bashbrew, the scripts would have to be adjusted accordingly. If this draft is liked, I'll replace `ARG` with a template...
@mathieuprog This produces the following error: ``` mix test Compiling 3 files (.ex) 18:06:30.660 [info] == Running 20000101000000 PolymorphicEmbed.CreateTables.change/0 backward 18:06:30.662 [info] drop table reminders 18:06:30.665 [info] == Migrated 20000101000000...
(`Allow edits by maintainers` is on, feel free to change things yourself...)
@mathieuprog We're not really casting anything at all anymore since we have a custom cast fn. We could also just raise an error to cast via our fn instead. That...