Josar

Results 6 issues of Josar

connection hangs when trying to run the openhab-cli log in a one liner. ``` ssh pi@%openhabhost% openhab-cli console -p habopen log:tail ``` Somehow the 'log:tail' part makes the output hang...

karaf

- Extension version: preview v0.47.2022072109 - VSCode Version: 1.69.2 - OS: Windows 10 Hello All, i tried to log into our GHE server with "vscode-pull-request-github" but always get an Network...

help wanted
GitHubEnterprise

Hello i try to get long lines of code to be formatted but somehow i can´t get it to work as i imagine it. ``` very_long_array_name_to_test_1[very_long_array_index_to_test] = Function_call_1(Function_with_long_name_call_2(TestParam_1_long_name), testParam_2_long_name); ````...

C and C++11
waiting_for_answer

As i often need the full packet qualifier e.g for enabling debug massages and also when i try to see if the code does what the documentation says, i would...

explain dark and white theme selections

I found an error in the code highlighting. ```C #ifdef __cplusplus extern "C" { #endif ``` The endif is not properly set to red color. ```C #if ((XTIMER_HZ % 15625)...