Jon Freedman
Jon Freedman
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...
Yes exactly
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.
Is this plugin still maintained?
I guess that's a no then
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...