David Arthur

Results 26 comments of David Arthur

Will generic serial emulator modules like the HM-10 work with APRSDroid? The spec looks nice, but I wonder if it could be possible to also discover a generic device and...

Are there plans to support BLE and the aforementioned spec in APRSDroid?

@ge0rg I was wondering if you had considered this any further. I have prototyped a BLE TNC for use with the NinoTNC and so far it has been working well...

Sorry for the delay @dengziming, yes this is needed for 3.3. Thanks!

Typically the process is to open a [JIRA ticket](https://issues.apache.org/jira/browse/CAMEL) with a subject like "Adds Kafka component for Camel". I've pulled some of your code into an internal project at work...

@Giwi I've been using a modified version of this library for a few weeks now in development. So far, so good. One significant change I made was to use generic...

Just updated this with relevant notes for 3.6.0

@m1a2st can you pull in the latest trunk changes? I have added code to report the JUnit failures in the Github Actions workflows. I want to do a few runs...

@chia7712 I have a separate PR for ZkMigrationIntegrationTest https://github.com/apache/kafka/pull/17004. This test definitely needs to set its own timeouts as it is rather complicated. In retrospect, some parts of this tests...

@m1a2st Is the PR title accurate? Does this add a global timeout for any test (`@Test`) or just our cluster tests?