Brian Varley

Results 10 comments of Brian Varley

Hi @rroemhild I had the same issue running the clustering example relating to `EADDRNOTAVAIL`. As you mentioned its an old example of clustering the image. Do you know of any...

Hi @rroemhild editing my host and hostname file to `dockertestingvm` instead of `dockertestin-Virtual-Machine` fixed the issue. I'm now getting a valid self signed certificate for the ejabberd instance and connections...

@zcmack Yes same today I changed my solution to setCredentials=true in the XHR request. Which in turn prompts for basic auth when I send a request to the remote express...

Also here is my project dependencies list: ``` "dependencies": { "@react-native-async-storage/async-storage": "^1.19.2", "@react-native-clipboard/clipboard": "^1.10.0", "@react-native-picker/picker": "^2.4.10", "@react-navigation/bottom-tabs": "^6.5.8", "@react-navigation/native": "^6.1.7", "@react-navigation/native-stack": "^6.9.13", "@react-navigation/stack": "^6.2.0", "bluebird": "^3.7.2", "convert-units": "^2.3.4", "event-emitter": "^0.3.5",...

Actually the following RN issue solves it by adding a new babel plugin - https://github.com/facebook/react-native/issues/36828 to the project - `@babel/plugin-transform-flow-strip-types`

@nikku we also would like to have types for dmn-js, at the moment we type the Viewer as `any`. But it's a bit tricky to use the Viewer API with...

Thanks for the tips @nikku , we did try the first custom.d.ts file but we can't add custom types to the root app project for customers. As we only publish...

Feel free to close this, as you mentioned it needs a discussion.

@barmac I could have some time in the new year to take a look. Otherwise if you plan to start earlier I could help with the PR review.

@barmac yeah that makes sense, agree it would simplify the usage of the library for devs.