Henrik Friedrichsen

Results 157 comments of Henrik Friedrichsen

Ah, interesting, thanks for sharing

As of https://github.com/hrkfdn/ncspot/pull/1057 there is a reconnect command that could help with this

It should only be high during initial decoding of the track but then go down quite noticeably after a few seconds. Like @hrdl-github said, debug builds increase load substantially.

Thanks, I have switched to Crossterm now, seems to work fine :)

Thanks everyone, will close it then :)

Can confirm this for the Android app as well.

@eprst How do you reproduce this? Do you have a way to provoke it without waiting for a long time?

Hi, almost all of these are due to transitive dependencies that are needed by cursive, which we can't really swap I believe: - https://github.com/gyscos/cursive/issues/678 - https://github.com/gyscos/cursive/issues/724 For the last one...

> Maybe I'm over-complicating things, I have a habit of doing that. I just think it is a bit strange for the ListView to have to worry about the implementation...