John Landis

Results 5 issues of John Landis

New version of Ember requires v2 `ember-auto-import`. `To use these addons, your app needs ember-auto-import >= 2: ember-source`

## Overview Adds a new protobuf plugin option to ignore all deprecated fields + messages. ```--elm_opt=remove-deprecated``` While implementing the new feature I refactored a bit as I went. The number...

There is difference between the Html generated by `Html.Attributes.attribute "value" ""` and `Html.Attributes.value ""` that leads to some unexpected behaviour. To illustrate the issue, here is an example select element...

I am seeing a lot of mysterious errors reported in our rollbar logs, `(unknown) script error`. Troublesome and I am not sure the real culprit as CORS hides all details....

**Is your feature request related to a problem? Please describe.** When decoding timestamptz fields, UTC values have an unexpected location set instead of the GO standard nil value. Test code...