Roland Fredenhagen

Results 349 comments of Roland Fredenhagen

This would mirror the `quote` crate for rust syntax

I would imagine, I think the only way I see is to implement `AsChunk` for everything that implements `ToLua`. But not sure if that might conflict anywhere

Not sure if the `AsChunk` trait is the right one to use. Currently, what the chunk macro is doing, is taking all captures and putting them in the environment, but...

Though, I'm unsure about the ownership/lifetimes of everything. Chunks created by `chunk!` would implement both traits. And IntoChunk would have to be implemented for `T: ToLua` and just insert itself...

> I'm currently thinking of adding an in-app configuration screen, maybe being able to switch between configs in there might also work as an interface? That sounds great, like switching...

> Which `wm` are you on? doesn't it support session lock/unlock messages? I am using `sway` I'm gonna try tomorrow

![image](https://github.com/IsmaelMartinez/teams-for-linux/assets/11978847/2238d0a0-7d3f-4b4b-b300-ca87483477f0) Didin't change during locked with `swaylock`. Though having some `curl` that automatically gets the correct authorization would be pretty neat for e.g. a global key bind to set one...

> Though having some `curl` that automatically gets the correct authorization would be pretty neat for e.g. a global key bind to set one to away and even other stuff....

@jijojosephk > Can you start from terminal with `--enable-features=UseOzonePlatform --ozone-platform=wayland` should give you idle time. Behaves identical, i.e., stays "active".

I just tried this, and it seems to work. @valentjn what would need to happen for this to be merged?