Nick Allred

Results 5 issues of Nick Allred

When I make calls to `peripheral.discoverAllServicesAndCharacteristics([callback])` the callback is not always called. It seems that if I put the call to `discoverAllServicesAndCharacteristics` in a setTimeout I can get the callback...

You can reproduce this in your live demo, http://mo4islona.github.io/blockly/ First, load the page and change the language to french. Open the the Loops flyout to see that the while block...

# YOU MUST read first! Please use [Community Forum](https://github.com/cordova-rtc/cordova-plugin-iosrtc/discussions) for general technical discussions and questions. - [x] **I have used Google with the error message** or bug in association with...

enhancement
need PR

I'm finding that tree shaking only works with `process.env.NODE_ENV` and won't work with `process.env.REACT_APP_[my variable name]` For example, if I do the following `myModule` is not showing up in my...

needs triage

Creating this PR to discuss migrating to TypeScript. The API surface in this commit is slightly different than the current implementation. If backwards compatibility is a concern this can be...