Pierre
Pierre
Riak is asking to setup the storage backend type. You can comment the line 334 so riak will use a Bitcask storage engine by default. Otherwise you can choose between...
An easy fix for this one would be to push the `const errorhandler = require('errorhandler')` inside the conditional where is it used: ``` if (process.env.NODE_ENV === 'development') { // only...
here is a PR: https://github.com/typicode/json-server/pull/856
same here
If I copy the solr-in-action.jar in `exemple/solr/lib/` I get this error. If I add ``` ``` in solrconfig.xml and I copy the solr-in-action.jar in `contrib/solrinaction`` the log does not show...
Ch15. I decided to move the library in `exemple/solr/news/lib/solr-in-action.jar` This lib get loaded at the very beginning of the startup of the core. From this moment, the core goes not...
I think I found a way to make it work by removing the link to `../../../contrib/solrinaction/`and copying the lib SNAPSHOT.jar on `$SOLR_INSTALL/example/solr/news/lib/` `cp $SOLR_IN_ACTION/target/solr-in-action-1.0_solr-4.7.0-SNAPSHOT.jar $SOLR_INSTALL/example/solr/news/lib/` worked
Hey @nordsimon , thanks for sharing. This is an interesting feature. I guess you use it by doing `overwrite=true` in the props passed to the `MetaTags` component? I do not...
Please review this change. For some reason, I need to build my json-server with webpack and `errorhandler` get included and make my bundle fail because it can not find `/public/style.css`...
It's working fine in production build. The issue only happen in dev mode.