Bryan Hunt
Bryan Hunt
'unite' provides way nicer error output from 'eunit' tests - one thing I found particularly useful when hacking on hackney was the fact that it provides diff'd output on 'assertEqual'...
The code for this application is open-source and on Github, I haven't checked in the Intellij configuration yet as I wanted to be sure my configuration was correct. I'm using...
Hi Ben, I've been looking at EventStore from the perspective of dynamic eventstore creation for an application with a potential lifespan of several years. Anyhow, what we noticed is that...
## Feature goal (From JSoup [docs](https://jsoup.org/cookbook/extracting-data/selector-syntax)) > :has(selector): find elements that contain elements matching the selector; e.g. div:has(p) ```elixir input = “foo$100foo” result = Floki.find(html, “div:has(p) > h2”) ```
I'd like to create an Elixir wrapper for this, Apache license would be ideal, bitte :-)
Guessing that k8s is spawning the `gke-gcloud-auth-plugin` command every time a get request request is issued. I'm running something like this: ``` with_services_added = ingress_list |> Enum.map( fn i ->...
``` ~/repos/bt/EBNF.cr/ asdf which crystal /Users/b/.asdf/installs/crystal/1.7.2/bin/crystal ``` ``` ~/repos/bt/EBNF.cr/ asdf which shards /Users/b/.asdf/installs/crystal/1.7.2/embedded/bin/shards ``` ``` ~/repos/bt/EBNF.cr/ shards build --release --production Dependencies are satisfied Building: ebnf Error target ebnf failed to...
Version information. ``` ~/repos/bt/ecto_probe/ MIX_ENV=test mix deps | egrep "(cover|meck|mock)" * excoveralls 0.16.0 (Hex package) (mix) locked at 0.16.0 (excoveralls) 40120535 * meck 0.9.2 (Hex package) (rebar3) locked at 0.9.2...