David McHealy

Results 6 issues of David McHealy

I want to use hammer via redis, but if I configure it as in the docs, I have to specify my redis host and password at compile time, which I...

I really need to be able to configure hammer at runtime. It is impossible for me to know what redis server to connect at compile time. I had hacked around...

``` db |> Mariaex.query("select database()") |> elem(1) |> Map.get(:rows) [["mysql"]] db |> Mariaex.query("use foo") db |> Mariaex.query("select database()") |> elem(1) |> Map.get(:rows) [["mysql"]] db |> Mariaex.query("select database(),1") |> elem(1) |>...

In order to persist stripe information to our database for faster retrieval, I found I had written a wrapper that was decoding stripe schemas manually into json, then storing it...

stale:keep

### Description: More things from the opawg 2 podcast useragent list. Major things: Rename NPR One -> NPR Youtube Music detection Some Amazon Echo detection Microsoft Project was being detected...

I want to use a slightly different expansion method, the default, but with `allow_undelimited_name: false`, but I can't see a way to do it with the public api available.