vladkens
vladkens
Hi, @i0ntempest. Yes, open please new issue and attach `macmon debug` output to it.
Hi @iDoka. If you have a change, can you test this apps: - https://www.tunabellysoftware.com/tgpro/ - https://crystalidea.com/macs-fan-control (https://github.com/crystalidea/macs-fan-control/issues/786). They both reported that they support the new socket. --- Also your terminal...
> 1. GPU temp is gone (just disappeared). Yes, apparently this is a new behaviour on new chips that CPU / GPU sensors don't work when there is no load...
Hi. Things look really bad in your Terminal.app. Mine is better, but it's not perfect either. I have updated the backend framework (ratatui) in `v0.3.0`, please have a look, maybe...
Hi, @plmi. I see you are using an M4, which I have yet had a chance to test on. Can you give me please debug log by running `macmon debug`?...
@anonymous-sushi Hi. What exactly are you calling a bottleneck? I've run it with hundreds of accounts and don't remember having any problems with it.
Probably because of SQLite in backend. You can implement PSQL driver support for example or split accounts to different PSQL databases.
Hi, @ErSauravAdhikari. What is the captcha in X at all? Like when it happen?
Hi, @onichandame. Yes, the SSE endpoints is not supported in `apigen-ts`. I checked my projects and usually I use [reconnecting-eventsource](https://www.npmjs.com/package/reconnecting-eventsource) package for SSE. I can add this feature to `apigen-ts`,...
Hi, @onichandame. I have looked into the question. Initially, the correct solution seems to be to use `EventSource`, as it is the browser's native way of handling SSE. But it...