Jon Freedman

Results 30 comments of Jon Freedman
trafficstars

Is it possible to update the downloader to use the proxy / https-proxy settings of NPM rather than the system settings? This is particularly annoying when trying to build using...

Could you build for scala 2.8.1

I've upgraded to sbt 0.11.0 - it appears that when I run gen-idea for dependencies I've had to declare the artifacts manually the src dependency ends up being copied into...

This works for me fine, I just set the path like this `io({path: '/socket/socket.io/'})` and use a reverse proxy.

Yes, I have this working

See https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/Router.md#router You need to replace `BrowserRouter` with `Router` and call `createBrowserHistory()` e.g ```javascript const history = createBrowserHistory(); const matomo = PiwikReactRouter({ clientTrackerName: 'matomo.js', serverTrackerName: 'matomo.php', siteId: matomoSiteId, url: matomoUrl...

It's pretty annoying that setting something to run at 8am actually runs at 9am for 6 months of the year. If you don't intend to support this perhaps it should...