Thibault Gérondal

Results 16 comments of Thibault Gérondal

Hello, Thanks for your answers and your reactivity @tinkerborg ! Here is my dump: ``` {'activeSaving': 'OFF', 'alias': 'CLIMATISEUR', 'appType': 'NUTS', 'area': 27581, 'blackboxYn': 'Y', 'combinedProductYn': 'N', 'controllableYn': 'Y', 'countryCode':...

Here 👍 ``` { "Info": { "productType": "AC", "country": "KR", "modelType": "RAC", "model": "Full ModelJson", "modelName": "Full Model", "networkType": "WIFI", "version": "11.08", "productCode": "AI01" }, "Module": { "WPM": { "GAM_CEN01_Main"...

Same error here, also tried @xdanik 's instructions but it didn't help. In the karaf console, in the bundle:list I can see that pax-logging-log4j2-extra is "Installed" but not "loaded".

I have the same issue. I am using FluxCD. I will try to use the 0.8.2 version to see if it helps. EDIT: I opted for version 0.8.3, and it's...

Crazy, again this error ! I would love to see the output with `-o xtrace` but this will leak the IPs you are using in the workflow run. So I...

I don't get it, it is running without issue on my GHA "runs-on: ubuntu-latest"..

So issue is most likely at line 72 https://github.com/egor-tensin/setup-wireguard/pull/8/files#diff-c992f6abfc7ff51f20d8266ec1acff44ac43ff1e87bcc75968bc2b9f0b72da23R72 As this is the only change I made in this file (with the management of the variables). But I really don't...

I was not previously aware of the `${xs[@]+"${xs[@]}"}` syntax in Bash. This seems unusual but I ain't try fight with Bash.