František Nesveda

Results 33 comments of František Nesveda

Hi, I think I found a fix / workaround for this, which I've [implemented](https://github.com/fnesveda/ExternalDisplayBrightness/commit/e20bfb801cf747bea28884a92559f817a27a1aff) in my app. Instead of comparing serial numbers, which are often wrong, I try to extract...

We were recently debugging a similar issue, and we found that Redis Clusters simply don't work correctly when they have less than 3 shards. From https://redis.io/docs/manual/scaling/: > Note that the...

Hello, could you please explain in more detail what exactly are you trying to do?

This should be rather solved on the client side, see e.g. the Axios docs for how to do it: https://axios-http.com/docs/cancellation In short: ```js const response = await axios.get('https://example.com', { signal:...

Closing as @szmarczak's suggestion in https://github.com/apify/proxy-chain/issues/288#issuecomment-1232787186 should be enough for this usecase.

I think it could be. The homebrew maintainers generally refuse any project with less than 50 stars on GitHub, in order not to pollute the main tap too much, but...

Hi, which version of ExternalDisplayBrightness are you using? I've released a new version which should fix exactly this issue just yesterday. There might also be an issue with the Thunderbolt...

Okay, thanks for the ioreg output, that should help debugging. So when you try to change the brightness of the secondary display, does something happen, anything at all, or does...

Okay, that's good information, thanks. This is most probably a different issue than #6, since there the behavior was different, and it was resolved for the user who reported it...

Thanks. It seems the workaround I did for the previous issue doesn't work in every case, unfortunately. I'll see if I can find a better solution.