fenchu
fenchu
Hi this excellent piece of software has solved me lots of times, just listing out the hierarchy tells me what is wrong and not.
``` pyasn1==0.4.2 pyasn1-modules==0.2.1 sleekxmpp==1.3.3 ``` I've also tried older versions, same issue, below is a self signed cert, but I get expired on all certs I've tried. $ openssl x509...
Hi this pops up, tests works fine, but screenshots have it and I need to do two close() at the end. same code for firefox, chrome do not show it,...
Nice if you could upgrade this to newer .NET 5 or 6. because .NET 4.6.2 is blocked from installing on win10 I tried running: `dotnet tool install -g upgrade-assistant` `upgrade-assistant.exe...
parameterized-scheduler=0.5 jenkins 2.107.1 ``` org.jenkinsci.plugins.parameterizedscheduler.ParameterizedTimerTrigger.run() failed for testapi_events java.lang.IllegalArgumentException: Illegal choice for parameter HOST: "welfare-qa testapi" ``` setup is like this: ``` H 22 * * 1-5 % HOST="welfare-dev testapi";...
**Describe the bug** Regression? older versions seemed to work fine with python3.12 distutils is not in python3.12 - https://peps.python.org/pep-0632/ In Python 3.12, distutils will no longer be installed by make...
- [ ] a detailed description of the bug or problem you are having with --durations=0 I get each test listed twice ``` ======================================================================================================================================== slowest durations ======================================================================================================================================== 150.30s call tests/test_10_scim_delete.py::TestClass::test01_prereg_delete_users[test12]...
This warning have no meaning on windows: ``` PS C:\dist\dev\cli> rancher.exe context current time="2024-08-21T15:08:25+02:00" level=warning msg="Rancher configuration file C:\\Users\\mobj\\.rancher\\cli2.json is group-readable. This is insecure." time="2024-08-21T15:08:25+02:00" level=warning msg="Rancher configuration file C:\\Users\\mobj\\.rancher\\cli2.json...
**Rancher Server Setup** - Rancher version: v2.9.0 - Installation option (Docker install/Helm Chart): - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): - Proxy/Cert Details: **Information...
In docker-compose, we use the -`-wait` to wait until the healthchecks are ok on each pod. ``` $ docker-compose --version Docker Compose version v2.40.2 $ docker-compose up --help | grep...