Matej Spiller Muys
Matej Spiller Muys
I have the same issue. Basically are connected using a ssh tunnel over VPN. When the ssh tunnel or VPN is closed, Ace asks if you wanna close or reconnect....
We also got hit by this issue. Really annoying. We introduced another plugin for fixing this issue based on: https://github.com/ansible/ansible/pull/81953/files#diff-6f76ad123895780c325b531bbaf0f55837bd3c6f10838b9c164ca67247179982 Is there any chance to somehow fix this? Maybe even...
Amazon linux 2023 comes with only Python 3.12.6 now so we cannot pin it to 3.12.4. Alpine 3.20 uses 3.12.7. And I cannot install older one. Does 3.12.7 solve the...
Any update on this? I see some code in https://github.com/pylint-dev/pylint/blob/main/pylint/__init__.py ``` if (3, 12, 0)
this issue in PIP is still open for 2.5 years with no solution in sight: https://github.com/pypa/pip/issues/9644
I saw that this issue was fixed, reverted ... then upstreamchanges toml to tomli etc etc ... Why does pytest-cov even need toml from coverage? Why even use that extra?
@alinocco Yey ... latest pip 24.x works !!! @webknjaz Actually pip behavior with extras was broken forever (even ack bug in pip is still open), but it seems they actually...
I tried latest develop but it does not work with UDP. ``` > brew install --HEAD colima > colima --version colima version HEAD-e674521 > LIMA_SSH_PORT_FORWARDER=False colima start
I tried and it does not work for me. I still see ssh being started. And the UDP is not working.
@aksinha334 did you manage to setup the setup a working test?