Niklas H

Results 16 comments of Niklas H

I refactored quite a lot, hope it does not look too ruby-ish. The newline has been ele.. eli.. removed.

I think this is caused by `elm-make` failing to detect a TTY (a "proper" terminal) [1] because it is executed by brunch. The canonical solution seems to implement a command-line...

@tagliala I could resolve the error about `undefined dialog` by: 1. Making sure only one version of jquery is used in your manifest (yarn.lock) 2. it is provided "globally" using...

@tagliala My `activeadmin.js` looks like this: ```js require('jquery-ui/ui/widgets/datepicker') require('jquery-ui/ui/widgets/dialog') require('jquery-ui/ui/widgets/sortable') require('jquery-ui/ui/widgets/tabs') require('jquery-ui') require('jquery-ujs') require('@activeadmin/activeadmin') ``` So, like yours, but without the `require('jquery')`, because it is provided globally by said plugin....

as seen in https://github.com/joshmh/globalize2/issues#issue/40 , the rails3 enabled version of globalize can be found at http://github.com/svenfuchs/globalize3

I stumbled upon this issue when vcr-ing the fetch of an image (JPEG) using HTTPoison. In the first run, everything works as expected, but on the second run (with data...