Peter Stolz
Peter Stolz
To give you a minimal proof of concept in python3.10: `runner.py` ```python3 import pytest import asyncio # using nest_asyncio mitigates the problem #import nest_asyncio #nest_asyncio.apply() async def runner(): pytest.main(['-k', 'test_asdf',...
* **uvloop==0.16.0 and uvloop==0.17.0**: * **python3.8.10 and python3.10.5**: * **Platform: Ubuntu20.04**: * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env? -> Yes, but there is not more output**: *...
- [ ] This is a bug report - [x] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior Not sure...
### Expected Behavior Assume tilt is already running with a allow_k8s_contexts allowing docker-desktop. Changing the context now on my system using `kubectl config use-context example`. I would assume it checks...
**Describe the bug** I have 2 external secrets that had the same `target.name`. Now one of them correctly has status `SecretsSyncedError` with the message `could not set ExternalSecret controller reference:...
Right no the `stackit_redis_credential` returns an uri using no ssl but you can enble ssl using `rediss://` instead of `redis://` Rabbitmq already uses ssl with `amqps`. Also password is marked...
This addresses the problem mentioned in #67 that keep_at_least did not behave as described in the docs: > If used together with filter-tags parameter, keep-at-least number of image tags will...
Hi, I am trying to create a SKE Cluster using the recently added os_version_min. However the `terraform apply` fails with the following error message: ``` ╷ │ Error: Error creating/updating...
Hi, first of all I love `nix-portable` and use it frequently, but now stumbled over a problem that I can't reproduce on other servers nor fix myself. Essentially all `nix-portable`...