Cisco Guillaume
Cisco Guillaume
Any update?
Just run into a new issue by using ReactDOMStream: ``` Warning: Failed Context Types: Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them....
Is this issue still open? Does `@babel/plugin-proposal-regexp-lookbehind` exist?
Thank you @ChristopherRabotin for these informations. What I truly don't understand is that I run the provided tests which should create `bungiesearch_demo` and `bungiesearch_demo_bis` as described in the settings. Log...
I'm using elasticsearch 2.1. ``` $> curl -XGET 'localhost:9200' { "name" : "Hephaestus", "cluster_name" : "elasticsearch", "version" : { "number" : "2.1.0", "build_hash" : "72cd1f1a3eee09505e036106146dc1949dc5dc87", "build_timestamp" : "2015-11-18T22:40:03Z", "build_snapshot" :...
Ok thank you for all these informations. I think I've found why it is not working thanks to: http://stackoverflow.com/questions/33516499/elasticsearch-mapping-conflict-error-upgrading-from-1-5-to-2-0 Firstly, I've tried to create my mappings the elasticsearch way, using...
One more thing, I have tried to modify the code for elasticsearch 2.0 compliance, but I still cannot run the tests. When I execute the tests suite, tests are processed...
Following: https://github.com/storybookjs/storybook/issues/18860 Can we update it in the recent alpha/beta version? i.e `7.x.x`?
Would be great to upload ts files too. I used this workaround though in my tsconfig.json: ``` { "compilerOptions": { "inlineSourceMap": true } } ```
Thank you for your reply. We did use this configuration without success. Any ideas?