David Lechner

Results 1570 comments of David Lechner

> the desktop test spews a bunch of errors I think you need to set the environment variable `XDG_DATA_DIRS=/path/to/build/dir/data` where `/path/to/build/dir` is the actual path to where you are running...

> I think I addressed everything There are still many inconsistencies in style. I did not call all of them out individually. e.g. spaces before `(`, `{}` around statement bodies,...

Oh probably. I haven't taken this for a test drive yet. I've been away for the last few days. Should be able to have a look again this weekend.

On the mixer element view model, you have the properties `can_mute` and `is_muted`. However, in the view you only use these properties together as far as I can tell, so...

I haven't been in brickman in quite a while, but I have thought about this a bit (I haven't looked at the code in a while, so I may be...

This sort of callback would be useful for a camera server as well.

Looking at [what is possible with gRPC](https://www.grpc.io/docs/what-is-grpc/core-concepts/), it looks like the closest thing is a bidirectional stream.

It looks like the [TrackingServer](https://github.com/mavlink/MAVSDK-Proto/blob/main/protos/tracking_server/tracking_server.proto) is implemented in a way where the ack is deferred.

I just got a new M1 Macbook, so I'm testing this out. Using the AdoptOpenJDK tap, I get the following exception: ``` Exception in thread "main" java.lang.UnsupportedClassVersionError: me/drton/jmavsim/Simulator has been...

Fixed by using https://adoptium.net to get v17 JDK.