Visesh Rajendraprasad
Visesh Rajendraprasad
there's [pymsteams](https://github.com/rveachkc/pymsteams) but I'm a huge fan of this library so want to stick to this. @liiight is anyone else working on this or can I take this up and...
I have the same problem. Windows + Python 3.10 builds are failing because the pinned version of pywin32 in docker-py is 227, which does not have a Python 3.10 wheel.
@nicolargo I have the same problem. I have set history_size to 0 but it's growing endlessly on a raspberry pi I have. Running 3.3.0.4 
@nicolargo Sorry, but I cannot [find a --disable-history](https://glances.readthedocs.io/en/latest/cmds.html) option for the command line. Memory is at 32% now and my actual app is using only 7%.  Hope it doesn't...
> I have added a new memory profiling test for Glances. > > Here are the result when the history is enable (the memory grows until the history size and...
> On my system (with Glances develop branch), same behavor between --disable-history and history_size=0. > >  I see you stop it after a certain time. I let it run...
> Ah !!! You use Glances in server mode ! Perhaps the issue is in this mode, i will have a look. That might not be the reason, unfortunately. I...
I noticed this too, and you were right. It was the bot detection. I changed scraping frequency from every 45 minutes to 90 and then also generated a new set...
Same here. Following this issue.
Check this out for workarounds: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/383 Also, I had these in Custom Configuration: ``` real_ip_header CF-Connecting-IP; #real_ip_header X-Forwarded-For; ``` Commenting them out helped solve the problem.