Matthew James Briggs

Results 121 issues of Matthew James Briggs

Clang warns us that `Moving a temporary object prevents copy elision` I think that we generally don't want to be using std::move in the return statement.

Add a user interface for Apple Car Play. I do most of my listening in the car and would love to switch over to the App but have to stick...

How do I use the Rust plugin with CLion and the JetBrains Gateway. I followed this https://www.jetbrains.com/remote-development/gateway/ But I don't understand how to get the IDE to recognize the Rust...

Netdog cannot be easily upgraded to newer versions of the `toml` library because the feature `perserve_order` no longer exists in newer versions of `toml`. When I tried removing the cargo...

type/bug
status/research
area/core

When building my own custom variant of Bottlerocket, I want to be able to opt-out of certain core systems. In particular I want to create a variant that doesn't support...

type/enhancement
area/out-of-tree-builds

I saw these errors when I downgraded from `develop`:`b375585ce32e61a2d796a1f9eff9d374964fa813` (version in Release.toml is `v1.16.1`) to an image built at the `v1.15.1` tag. ``` Nov 29 19:33:13 localhost migrator[941]: 19:33:13 [INFO]...

type/bug

*Issue #, if available:* N/A *Description of changes:* Prepare release. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...

*Issue #, if available:* N/A *Description of changes:* Cargo update By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...

We have created a dependency hell where `tough`, `pubsys`, and `testsys` all need to update the aws-sdk libraries in lockstep. This is because we have exposed types from these libraries...