Ken Davidson

Results 18 issues of Ken Davidson

Issue #94 I get that it's like a year later, but I've been using this and it has sped up a lot of my development/conversion to MyBatis. I just setup...

Hey, this is more of an request than a bug. I'm also done most of it in a fork so I'm not sure if you want me to clean that...

Be less lazy and write unit tests!!! Future Ken's problem.

JS
Java
Swift

Same thing from @wallaroo right now the Delimited String just builds up in the same type of buffer, then reading from this would access at the same time as a...

enhancement
android

ByteArrayDeviceConnection: - overflow issues - concurrency issues Re: @wallaroo implement thread safe fifo ring buffer Ya, that could definitely be an issue, although I'm not sure what the use case...

bug
android

Looks like `onDeviceDiscovered` is getting called twice in the discovery receiver. Not sure it's a huge issue, but should remove it next time I get chance.

bug
android

**Mobile Device Environment** On which device(s) would you like this feature to be implemented. If Android only, the IOS implementations must be created as well - keep not of this...

**Mobile Device Environment** Model Name: MacBook Air Model Identifier: MacBookAir7,2 Processor Name: Dual-Core Intel Core i7 Processor Speed: 2.2 GHz Number of Processors: 1 Total Number of Cores: 2 L2...

Look into automating more of the release process by using available tools: - https://www.npmjs.com/package/react-native-version (versioning) - https://docs.fastlane.tools/getting-started/cross-platform/react-native/ (release and publish)

Convert the project to RxBluetooth, for the purposes of: - Getting some Rx under my belt - Cleaning up some of the threading on Android and possibly Swift - May...