Florian La Roche
Florian La Roche
Running certbot on Debian and if you have "http_proxy" set in /etc/environment, certbot does not use the prox server, but direct http/https connections. best regards, Florian La Roche
A big thanks for hugo-theme-jane, I like this theme a lot. Maybe you could move static/image/example.jpg into the exampleSite subdir, so that new sites don't need this file to be...
### Describe the bug Looking at the 5.18 branch of this repository. The checkin is d9d409987bf466c52599eda0254c0c3a8d950b1f. This contains e.g. changes to drivers/media/platform/rockchip/rkisp1/rkisp1-isp.c. Many definitions to "state" are duplicated in the...
Compiling with "gcc -Wshadow" shows a few shadow vars, this patch is fixing them. I am very new to open62541, so please forgive if something is not fully complient with...
# Enhancement Please consider adding a logrotate config file to your cloud-init source repository. Looking at bigger files in /var/log/, cloud-init grows quite big logging files. Please also see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926424...
I have done a few changes to your FreeRTOS/qemu example. Maybe you want to merge in some of these into your repository. FreeRTOS update is by Hao Lingjie. Thanks a...
Seems author of ib_insync has died recently and the project is now maintained as https://github.com/ib-api-reloaded/ib_async. Can you please check if it makes sense to change over to this new IB...
adjust compiler optimization levels: - Use "-g -Og" for debug builds - Use "-g -O2" otherwise. - Enable CMAKE_INTERPROCEDURAL_OPTIMIZATION only for non-debug builds. (This speeds up compile time for debug...
…annels Increase maxSecureChannels to 100 and change the check for enough SecureChannels to not give a warning if maxSessions==maxSecureChannels.
Fix assembler alignment warnings for Cortex M3 MPS2: Warning: section does not have enough alignment to ensure safe PC-relative loads Description ----------- Test Steps ----------- Checklist: ---------- - [ ]...