Tom Conroy

Results 4 issues of Tom Conroy

Is this possible? I'd like to use monkeys to simplify and optimize reducing data, but it seems impossible in my use case: server grabs some data, sets state in the...

discussion

This allows using single quotes e.g. `Google`.

Per the documentation for `mix format`: ``` • --stdin-filename - path to the file being formatted on stdin. This is useful if you are using plugins to support custom filetypes...

Sometimes we want to preload data inside a changeset. (In our case, snapshotting values like "price" in an order item from product selections) ```elixir changeset = struct |> cast_assoc(:children) changed_data...