Results 65 comments of eblis

I've updated the pull request so shake to reset only works during the last few seconds like it used to. Is there a way to re-trigger the unit tests jobs,...

I will look into refactoring the code so as not to use thread(s).

I didn't have time to look into it and then forgot about it, will try to do so now

Reworked sleep timer to no longer use threads, instead uses `PlaybackService PlaybackPositionEvent` which is fired while media is playing. We use this to calculate how much time is left of...

> Same. Would there be a way to enable opening the dialog if a sleep timer is active but paused? Which dialog? You can open the sleep timer dialog, but...

Hey, no problem. Glad you had a bit of time to look over this. I've (hopefully) made the requested changes.

I checked the changes, they look good. I think it's ready to merge, yes. I see that Copilot added this to the description, but it's no longer accurate, you can't...

I added an environment variable for this: ```lua -- starship.lua enabled = os.getenv("STARSHIP") if enabled then -- print("Starship is enabled") load(io.popen('starship init cmd'):read("*a"))() else -- print("Starship is not enabled") end...

Yes, I think i finally found the issue thread for hiking/trail suggestions. Is anyone looking into adding the symbols (is the symbol the same as shield mentioned above, or is...