Dima Tisnek
Dima Tisnek
https://github.com/canonical/charm-relation-interfaces/actions/runs/14961135336 9 tests fails with the very same error: ``` File "/home/runner/work/charm-relation-interfaces/charm-relation-interfaces/run_matrix.py", line 92, in _prepare_repo if charm_root_cfg := charm_config.test_setup.get("charm_root"): AttributeError: 'NoneType' object has no attribute 'get' ```
I think I'm able to overload the server alone, using a single tab. I'd start with some code, and keep editing (in my case: an xp session over a video...
Consider this valid Python code: ```py def foo(): def bar(): return val def bax(): nonlocal val return val val = 42 return bar, bax a, b = foo() print(a()) print(b())...
The issue is with Python 3.9 only, Python 3.8, 3.10, 3.11, 3.12 and 3.13 are not affected. Plain Python console: ```py Python 3.9.6 (default, Nov 11 2024, 03:15:38) [Clang 16.0.0...
This is what gets installed: ``` pylxd==2.3.5 cryptography==43.0.1 cffi==1.17.1 pycparser==2.22 python-dateutil==2.9.0.post0 six==1.16.0 requests==2.32.3 certifi==2024.8.30 charset-normalizer==3.3.2 idna==3.10 urllib3==1.26.20 requests-toolbelt==1.0.0 requests==2.32.3 certifi==2024.8.30 charset-normalizer==3.3.2 idna==3.10 urllib3==1.26.20 ws4py==0.5.1 ``` And that works fine in...
### Your use case https://github.com/element-hq/element-web/blob/cb7d77de4537b1cc7c379c8838f9c8089fc94cfd/src/i18n/strings/en_EN.json#L2840 The uses sees "how fast" and is therefore encouraged to increase the value to go faster. The actual (hidden) semantics are that the value is...
### Checklist - [ ] rst and md docs - [ ] docstrings in Python code - [ ] `self.framework.model` -> `self.model` - for charm code for sure - validate...
# ⚠️ don't merge yet This PR needs update in 3 PyPI and 3 Test PyPI trusted publisher settings. Let's hold off merging this until Ben is back. --- Build...