Thomas Thiebaud
Thomas Thiebaud
Hi, is it possible to add some optional callback when one of the button (close, next, previous, done) is called ?
This is a PR related to this [issue](https://github.com/davezuko/react-redux-starter-kit/issues/160) #160 The main idea is to define an alias into `webpack.config.js` which pointed to the right config file. It is then as...
Right now `spacy-stanfordnlp` is taking care of the tokenization too. Would it be possible to use spacy' `sentencizer` and keeping `stanfordnlp` just for tagging and parsing? I can only think...
I would like to validate my request (get, post, update or delete), and if the request is not valid, I would like to return an error (status 400 or 500...