Jon Ruddell

Results 26 comments of Jon Ruddell

The main changes that impact this module are: **Backend** - Elasticsearch removed the embedded option, so you have to run an instance locally in dev. - Elasticsearch deprecated IndexAlreadyExistsException for...

It doesn't affect the module at all, just a note for when you test

Maintaining a module is a lot of work, so I understand why this project hasn't been updated recently. As an alternative, you can add the `ElasticsearchIndexService.java` and `ElasticsearchIndexResource.java` from this...

I mentioned the [gateway login requirement here](https://github.com/jhipster/jhipster-registry/pull/322#issuecomment-453204748), I'm not sure of how to fix it though.

Could you please add the output of `ignite doctor` (run in the root of your app folder) so that we can tell what boilerplate and versions are you using?

I added the following methods into in my Api.js file for configuring the auth header, which I call from the sagas: ``` const setAuthToken = (userAuth) => api.setHeader('Authorization', 'Bearer '...

This issue sounds like the one described in the [WebRTC Mailing List](https://groups.google.com/forum/#!topic/discuss-webrtc/R4z-ik7kNZI). According to that post, the issue is related to the iOS version specifically and is fixed in the...

Since you are using v0.60.x of React Native, dependencies should now [autolink](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md). Have you tried removing the call to `packages.add(new InCallManagerPackage());` from `MainApplication.java`?

`InCallManager.start()` does not return anything. If the native library was not linked, you would get the error: `null is not an object (evaluating 'InCallManager.start')` I just tested in a new...

If you get a response from that method, it is linked.