-
Hi,
Here is something i have noticed while testing the project i manage.
Sounds like `print_formatted_text` and `capsys` does not interoperate together.
Do you have any idea how to deal with …
-
### Description of Issue
Tried with salt-ssh.
When i use file.recurse in a state file with no other sls include it works fine.
When i use it in a state that include another sls, file recurse break…
-
Hi mates, trying use this beautiful lib with FastApi as better IoC container but not sure whether it is possible to inject http Request object as argument of FastApi router dependency.
So let's say…
-
```
==================================================================== FAILURES =====================================================================
______________________________________________…
-
testcontext.py
```python
import contextvars
a = contextvars.ContextVar(__name__)
class A:
@classmethod
def g(cls):
print(1)
@classmethod
def f(cls):
print(a.get(None))
d…
-
There is the private `eliot_friendly_generator_function`, which is almost what I need, but it initializes the context on the first call of `next`/`send`, rather than on creation.
My use cases is wr…
-
I was under the impression I could reuse my data key: `this.data('error', false);`
Being new to dalekjs It was very challenging to debug the problem and find the definition of this function .
Is the…
skarr updated
10 years ago
-
I bump into some test failures with python 3.12, alpine linux edge:
```
======================================= test session starts ========================================
platform linux -- Pyth…
ncopa updated
3 months ago
-
I am trying to trace my starlette applications, and I can not figure out how to use asyncio. There doesn't seem to be any documentation anywhere.
If I just use a standard span, all my spans seem thi…
-
Hi
How should I install soluble using pip3 come with salt-master 3006.9 ?
```
[me@rocky9t01b ~]$ /opt/saltstack/salt/bin/pip3 install soluble
Requirement already satisfied: soluble in /opt/sa…