dfa

Results 11 comments of dfa

Yeah it's the `stream: false` part that is tripping me up. It's not as simple as just changing the option, there appear to be logic changes needed as well because...

nice! I had to do this: ``` diff --git a/py/utils.py b/py/utils.py index 381ba75..4869398 100644 --- a/py/utils.py +++ b/py/utils.py @@ -51,12 +51,17 @@ def normalize_config(config): def make_openai_options(options): max_tokens = int(options['max_tokens']) -...

The issue here is when the healthcheck dialer fails, the healthcheck loop runs immediately again. The current implementation may have assumed the dialer will take some time to fail a...

It's for torrenting over links with high latency and lots of bandwidth management, like cellular. When there are a high number of peers the healthcheck begins to fail even though...

![image](https://github.com/user-attachments/assets/348ab0b9-646a-406c-b458-33e6a3d1e7d8) "Works on my machine" Of course now that I see it I think `hide_threshold_bytes` also makes sense, so the tiny 14K writes don't show up. Would be nice to...

Also while I'm at it, a small delay before removing it from the list could make sense. Sort of debounce the removal so if activity drops for a few seconds...

I see this was implemented for network interfaces too, very cool. Here's a quick video of it in action that shows why an entry removal delay and a configurable threshold...

QN800C and QN700B also have this issue. Turning off "game mode" and making sure "Input Signal Plus" is on should allow 8k@60 and [email protected] to sync. Although then they'll fail...