Jordan Reimer

Results 13 comments of Jordan Reimer

I'm also seeing this issue. I followed the setup instructions and also ran react-native link without success. NativeModules.AudioPlayer is coming back undefined and hence the prepare function throws an error....

Here is some more information on the steps I have taken: 1. Eject from CRNA to ExpoKit -- npm run eject 2. Run `exp start` - javascript builds and project...

@chrisarts what does `this.audio` reference? Glad you solved it for your case but I can never get the audio to resolve because I can't call `new Player().prepare() ` without the...

Following up with my previous comment, my issues were with native modules as a whole and not this particular module. I originally had ejected from CRNA to Expokit and although...

I just ran into the same issue. Prior to Ember 3 we had been stubbing the notify service and while I was refactoring the acceptance tests I was seeing `this.get('source').setTarget...

Closing since a [fix was added to Go 1.19](https://github.com/golang/go/commit/52f68efa45a34e60e8fc5a2ad5fc124a865ac2a4) and the issue should be resolved in Vault version >= 1.11.7

@jeffmccune I'm seeing some issues with alternate mount paths as well but I'm not seeing the original issue on 1.11.3 or 1.12.0. Are you able to provide more information on...

Thanks @driskell. That supports what I am finding. Just want to make sure there wasn't a regression with the original fix.

Great thanks @jeffmccune for the detailed response! I have prepared a fix for the alternate path case but the default path and role is interesting. One difference between our setups...

> Once I re-created all of my external groups with the correct accessor for the oidc auth type, both the oidc default path and default role in the UI and...