Rick M

Results 91 issues of Rick M

What is the default expected behavior in the presence of severe network errors? We're seeing a general behavior of SwiftPhoenixClient disconnecting and not re-connecting. Interestingly, we see two separate behaviors....

When generating code for the minimal dialect: ``` $python3 -m pymavlink.tools.mavgen --lang=Swift --wire-protocol=2.0 --output=generated/swift/mavlink/v2.0 message_definitions/v1.0/minimal.xml ``` The generated code has some deprecation warnings, but also has a handful of errors...

Without this, there's no way for client code in an Xcode project to name something `Vehicle`, which a client is likely to do. This is because the module `TeslaSwift` contains...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/master/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. -...

enhancement :sparkles:
documentation :notebook:
beginner friendly

The core functions * `WebAuthnManager.beginRegistration()` * `WebAuthnManager.finishRegistration()` * `WebAuthnManager.beginAuthentication()` * `WebAuthnManager.finishAuthentication()` should accept and return have native Swift types, rather than encoded types. For example, `finishRegistration()` takes a `RegistrationCredential`, which...

Working on a tool with a handful of subcommands, I find myself wanting to handle common work in the root command, and then pass some state to the subcommand. I’m...

It seems TI has broken uio_pruss in favor of its new PRU RPM stuff, starting with RCN's 4.1.11-ti kernels. Recently John Syne [patched](https://github.com/RobertCNelson/ti-linux-kernel-dev/blob/393f5ea242a86544063ec2af63ef270094bfa1da/patches/pru/0003-Add-rpmsg_pru-support.patch) the BBB kernel to fix some issues....

Hi. Thanks for all the hard work on this! I'm trying to understand how to connect a single NeoPixel string. Mostly at this moment I'm trying to figure out which...

Hi there. Could you add the following as an optional container to include in the docker compose? Thanks! https://zwave-js.github.io/zwavejs2mqtt/#/getting-started/docker

Would you be willing to add the `docker-compose.yaml` file that was generated by your IOTStack menu choices? Thanks!