Julian Braha
Julian Braha
> Rust SDK is cross platform, but it uses tokio, which we don't want to use. @mikayla-maki could you expand on this? I've had a good experience with tokio and...
> we provide our own executor that integrates with the macOS runtime and would prefer to not be running multiple independent executors if we can help it. I see, so...
> Oh, this is interesting. It would be nice to update the runner for building the macOS releases too, and maybe also migrate the clippy CI to it. I will...
@HeavenVolkoff I've pushed an additional commit to use this runner for the clippy and cache factory workflows
https://github.com/pop-os/cosmic-launcher/issues/135
Couldn't strings and identifiers just be parsed as separate constructs? Seems to me like `PropertyDefinition` just needs to support a `String` variant
> there is definitely use for const-constructors to allow said types to be used in static contexts. Similar things can be said for associated functions returning purely static information, like...