Jordan Baxter

Results 11 issues of Jordan Baxter

### Name of the resource AWS::IoTWireless::DeviceProfile ### Resource name _No response_ ### Description Request to add rx params to LoRaWAN device profile in CloudFormation template. Current `create_device_profile` request in boto3...

Coverage

I have really enjoyed this program and find it very useful for debugging my IoT project. I recently switched to a mac for my daily driver at work, and I...

Are there any plans to add CAN frame parsing to this crate? Maybe something similar to your [CANutils](https://github.com/marcelbuesing/canutils-rs) CLI but for use as a library? I'm happy to help with...

### Contributing guidelines - [x] I've read the [contributing guidelines](https://github.com/docker/metadata-action/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug, and: - [x] The documentation does not mention anything about my problem...

status/needs-investigation

I appreciate the add for having placeholders resolve in pre-release hooks. Could we expand this functionality to also include some of the ENV vars that are passed to the hook?...

I have a repo that is a workspace, the workspace cargo-release config looks like ```toml # Cargo.toml [workspace.metadata.release] verify = true target = "aarch64-unknown-linux-gnu" #

## Type of change New feature (non-breaking change which adds functionality) Added non-breaking version of broker handle. This differs from https://github.com/bytebeamio/rumqtt/pull/878 in two major ways: - `Broker::start()` will not return....

I have been informed by a member of the knurling team that this training is out of date. Suggest to add a deprecation notice at the top of the readme...

I wanted the ability to access the built information at build time. I originally opened an [issue](https://github.com/lukaslueg/built/issues/91) but decided that I didn't like the struct approach and instead a dependent...

When using an enum that I refer to as "partially tagged", e.g: ```rust #[derive(Deserialize)] pub enum FooBar { Foo(String), #[serde(untagged)] Bar(String), } ``` Some deserializers accept it just fine and...