Robert Wachs
Robert Wachs
Hello! Just stumbled upon this as well. Is there anything we can do to support? A hint on how you wish this to be fixed would be appreciated, so one...
I had this problem in the office today as well and could not find the cause. It seems some backend servers respond with `403` on the first `HEAD /` request,...
I'm thinking this is a backend issue. Using the pre version from our office's line I basically receive the output that was already posted (https://github.com/travis-ci/travis.rb/issues/315#issuecomment-160693760), but at home I get...
I had the same problem and didn't know how to add a new user other than: ``` sql insert into `piwik_user` SET `password` = MD5( 'changeMe' ), `token_auth` = MD5(...
I guess the recommended solution is to use [custom components](https://github.com/Lesha-spr/react-validation#custom-components). I had to implement different markup as well and this was the only viable option.
I ran into the same problem a few days ago. The issue is caused by the `preLoaders` in your `webpack.config.js`: Change: ``` js module: { preLoaders: [{ test: /\.(js|jsx)$/, exclude:...
I would love this as well. Using ag with vim, those minimized js/css files are annoying. If someone has a solution I would be interested!
Had to reinstall ruby 2.3.0 due to Sierra update. `rbenv rehash` does nothing to restore the bin stubs. Anything I can do to provide debug infos?