Ryan Plauche

Results 32 issues of Ryan Plauche

The `uclibc` environment lacks some of the functionality required by the `gimli` module. This PR works around those shortcomings.

## My Environment * __ArangoDB Version__: 3.9.1 ## Overview I recently ran into an issue filtering on date fields, and wanted to post my workaround in case there is a...

Hi, Is it currently possible to specify the input device id? It did not look like it to me but I wanted to confirm.

I ended up expanding this PR into three new optional properties: - `onStart` - A function similar to `onStop` allowing for custom behavior when recording starts. - `customMediaStream` - Instead...

I'm looking at using this crate for testing but have run into a bit of a road block. My trait is using the `Error` return type from the [failure](https://crates.io/crates/failure) crate....

We are considering building an event driven layer on top of the Kubos flight software framework. An initial prototype implementation was created as part of #168 and demonstrates what an...

Links on the front page of docs to some services have been reported as broken. Need to check and verify and/or fix as needed.

bug
docs

Back in the way back, we paid attention to how we were generating and returning errors. We got busy and this has now slipped a bit. Sometimes we return just...

newer dev story
tech debt

Currently the comms service framework does not provide any framing or chunking functionality. Basic KISS framing is implemented in the UART comms service, but that wraps around the functionality provided...