Sébastien NOBILI
Sébastien NOBILI
This issue is missing reproduction context. I'd like to trace things first. How could I investigate or log interesting things?
Just installed this modified version. I'll (hopefully) post feedback here.
Same issue here. I can reproduce the behavior outside nvim/mason: ```sh mkdir /tmp/test python3 -m venv /tmp/test /tmp/test/bin/pip3 install xmlformatter ``` Generates the following output: ``` WARNING: Retrying (Retry(total=4, connect=None,...
It seems to be caused by an outdated version of PIP. Upgrading it this way fixes the issue: ```sh /tmp/test/bin/pip install --upgrade --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org pip ```...
Hi, Same issue here with version `0.0~git20220831-1` from Debian stable (12) repository. Here are the `-vv` logs: ``` Looking for SAML auth tags in response to https://vpn.provider.tld/ssl-vpn/prelogin.esp... /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1048: InsecureRequestWarning: Unverified...
I get the same behavior when using network-manager-openconnect-gnome so the issue is probably outside the scope of gp-saml-gui
Unfortunately, the behavior is still the same with attribute declared as binary: ```xml gosaMailQuota ``` Should I try and change something on the `dataset` side?
It's completely breaking data insertion as the dataset produces binary data that doesn't match database type: ``` Error: 1366-22007: Incorrect integer value: '[B@3dc5e5ba' for column `quota` at row 3 ```
Insertion is working correctly, but records still get updated at each run. Thanks for the ideas :)
Hi @Chocobozzz I've started working on this feature (btw I tried to reach you on the Matrix chan). A first approach (easier to implement) would be to track downloads as...