Leo Bergolth
Leo Bergolth
Sorry for the delay. I'd like to resume this old issue. In my application I am parsing externally provided XML messages without knowing the root xml element in advance. Thus...
> Hey @leo-b , the issue here is the xsd and how it doesn't set the correct namespace for the root elements correct? As far as I understand it, the...
> $ hass-cli state history sun.sun error: error: bad escape \d at position 7 This is because of some regex behavior change introduced in regex 2022.3.15, which breaks dateparser: https://github.com/scrapinghub/dateparser/issues/1045...
> For a quick workaround, you can run PyWebScrapBook behind a reverse proxy and apply HTTP authorization rules for each sub-path at the reverse proxy server. But this cannot prevent...
> @leo-b I don't get you. Please elaborate what you're trying to achieve. This issue is about using the same PyWebScrapBook instance for different users while controlling access to the...
I also ran into a boot loop with my old Galaxy S10 with the very old G973FXXUFHVE1. Luckily I found a backup of my old recovery img to flash again.
> did you tried with canary build ? Yes. The reboot loop occured after an upgrade from 28102 which worked flawlessly to 28103.
> Would it be possible to add a test for this? 😊 I added a test to check if the correct limiters are used. If anyio >= 4.2.0 would be...
> You can run the same interpreter as xpra with Python_exec_cmd "from paramiko.agent import get_agent_connection;get_agent_connection()". ``` Python_exec_cmd "from paramiko.agent import get_agent_connection; print(get_agent_connection())" ``` > I'm not sure if having an...
It looks like it simply isn't implemented on windows: https://github.com/paramiko/paramiko/issues/2179 Could you maybe disable agent forwarding on windows to avoid hangs when the agent is accessed on the remote system?...