Zach Daniel
Zach Daniel
At the moment, I see `uniq_list_of/2` that allows for taking a generator and producing a unique list of items from that generator. But is there anything like `maps |> uniq_by(&Map.take(&1,...
For this I'll use a similar example to the one you used for Make Safe in the readme. ```elixir def max_of_row(nested_array, x, y) do toothless_fetch = safe(&Enum.fetch!/2) toothless_max = safe(&Enum.max/1)...
Trying to see if I can wire this up to a rails 5 api-only application, I've got the trigram model and migration set up correctly, but in my AR model...
We can look in the `git-notes` for a commit to see if there is an updated description.
Its really ugly/huge right now :)
I'm not familiar with elasticsearch's searching, but I can't seem to find a way to do wildcard searching with ex_elasticlunr. I'm powering a simple type-ahead documentation search field.
Wanted to lodge a new issue since the other one referencing this (#43) was closed and appears to have been fixed. I'm getting this same issue. I've updated credo to...
 I've been trying tons of things to make this work, and if it comes to it I can try to reproduce with a fiddle,...
I want to start measuring a specific span before I have enough information to appropriately name it. Is there support for this currently?
Although at some point the idea is to do two-way sync, a short term but very useful thing could be to support creating a note for an event. This could...