Blake Gentry

Results 42 issues of Blake Gentry

``` $ hk -a myapp-staging scale r53_update=0 Unexpected error: 404 Not Found ``` Compare to the ruby CLI, which tells you exactly what the problem is: ``` $ heroku scale...

`heroku releases` shows most recent releases first. I think this is usually what the user wants. We should default to the most recent releases. We should also limit the number...

Per the [v3 API docs](https://devcenter.heroku.com/articles/platform-api-reference#errors), failing requests are returned error messages like the following: ``` json { "id": "rate_limit", "message": "Your account reached the API rate limit\nPlease wait a few...

@will & @fdr brought up the great point that auto-upgrading could really suck if you got upgraded to a broken version and couldn't easily get back to a working one,...

I just ran into a scenario where a route task was calling a function inside my route that itself called `.transitionTo()` on the route. I was randomly seeing failures with...

v0/v1

I added support for some barcodes in #2, but didn't add any support for text as part of the barcode. That might be a nice upgrade.

This library doesn't correctly handle multiline text objects. I suspect different settings need to be passed to Prawn to make this work.

In the following example: ```elixir iex(47)> {:ok, last_time, _} = DateTime.from_iso8601("2018-11-02T12:04:07Z") {:ok, #, 0} iex(48)> last_time = Timex.Timezone.convert(last_time, "America/Los_Angeles") # iex(49)> RecurringEvents.take(last_time, %{freq: :daily, by_hour: 3, by_minute: 0, by_second: 0},...

This device is based on the eMMC Raspberry Pi 3 compute module. * **CPU**: Broadcom BCM2837 * **GPU**: - * **Memory**: 1GB * **Storage**: 4GB eMMC * **Features**: * [Analog...

resin-supported

Building on #351, this PR allows users to take advantage of the new `riverdatabasesql` driver while also keeping full support for `LISTEN` and avoiding poll-only mode. This is accomplished through...