Kevin Stone
Kevin Stone
@mattblovell Do applications need to specify their preferred mechanism? I would have expected there's a natural priority and fallback progression. (e.g. `pigpio` then `sysfs` then `RPi.GPIO` as such)
I run Ubuntu 12.04.2 LTS on dev + staging + production systems (mostly smaller EC2 instances) that incorporate Johnny Cache and I haven't seen this issue.
This change seems to be broken in the default case where you don't specify an auth in the `params[*]`. It's attempting to apply the default `$.Values.serviceMonitor.auth` (which is an array,...
I hit this issue too trying to do a "manual" install (so I can run ansible). If you just grab the url from the Readme and `dpkg -I ${url}`, it...
In hindsight, I should have use the instructions right below that linked to `https://unifi.boostchicken.io/udm-boot_1.0.7_all.deb`
Yeah, just to expand on my +1, I got bit by this and was forced to switch to @emre 's fork (thanks btw) to continue using Johnny Cache. What's the...
Hmm, there's hard-coded postgresql in the tutorial: https://github.com/kevinastone/absinthe_tutorial/blob/master/lib/blog/content/content.ex#L9
Updated the where clause to just use `date(published_at) == $date`