Simon Prévost

Results 7 issues of Simon Prévost

## 📖 Description https://docs.docker.com/buildx/working-with-buildx In one of our project, it reduced the Docker build time from 7 minutes to 5 minutes 🐎 💨 ## 🦀 Dispatch - `#dispatch/elixir`

Since we use [TypeScript](https://www.typescriptlang.org/) in the majority of our SPA projects (React, EmberJs), we could use it in this boilerplate to ensure that all JavaScript we write is typechecked. Everything...

enhancement

This adds basic support for errors in nested changesets. I’m open to change the formatting for nested fields, currently it’s: `association.field` but it could also be `associationField` or something else....

## 📖 Description and reason Since we initialize the struct with an empty list, we should type the GraphQL field accordingly. ## 🦀 Dispatch `#dispatch/elixir`

## 📖 Description and reason Casting a `nil` value for an association adds an error of type `{:array, :map}`. We did not support this type of key on message builder....

Hi, thanks for this lib. It seems that this is the only erlang/elixir library with "encoding" support :smile: (From a data structure to actual YAML content). It seems that there...

enhancement

When we use `acts_as_membership` we should be able to declare options that will be appended to the `belongs_to` association. Like this example: ``` ruby class Membership < ActiveRecord::Base # Camaraderie...