Iason Paraskevopoulos

Results 15 comments of Iason Paraskevopoulos

@Be-ing > https://github.com/gethopp/rust-sdks/commit/b3ef1e07d55cb153583476081147638540786db4 I missed this. I will change it. > https://github.com/gethopp/rust-sdks/commit/22c39f2dcf30fd61bf3242578e404ee1077ac59a Because I couldn't see the difference from the current approach without the extra context you provided here. Choosing...

Thanks for the comments everyone. I pushed a new revision with the changes (I still haven't test this on windows).

I opened https://github.com/livekit/rust-sdks/pull/789 for the linux CI failure.

> May as well make that part of this PR? Then we can confirm that it does actually fix CI. I haven't checked how they have configured their CI. It...

The problem I see with `auto-launch` is that it requires the `app-name` and `app-path` to [not be None](https://docs.rs/auto-launch/0.5.0/auto_launch/struct.AutoLaunchBuilder.html#method.build). When an app is registered via the [SMAppService](https://developer.apple.com/documentation/servicemanagement/smappservice?language=objc), setting the app-name and...