Sven
Sven
The convert utility was not able to generate multiple blocks for programming, it just generates a big block with default values in between. This can be dangerous if there are...
``` $ python -c 'import importlib; import pathlib; print(pathlib.Path(importlib.util.find_spec("sutime").origin).parent / "pom.xml")' Traceback (most recent call last): File "", line 1, in AttributeError: module 'importlib' has no attribute 'util' ``` Python...
Hi, I am trying to use the funq framework, unfortunately I struggle with the first steps, after installing from pip, funq told me an invalid syntax, do you have a...
I got strange compilation errros not finding paths if I follow the readme. > Clone ZigUP source to \Projects\zstack\HomeAutomation\ZigUP\ Done > Start \ZigUP\CC2530DB\ZigUP.eww to load project in IAR Where is...
Upgrade Symfony framework to Version 4. For the Moment Version 2.7 is used. Drawbacks: PHP7.1 as minimal requirement. Here is some information about upgrading it: https://github.com/symfony/symfony I was unable to...
We shall provide an easy to use environment and also a reference environment to support testing and developing. Common used tasks shall be made easy accessible for e.g. using a...
If one uses the hint from the Dockerfile to pass arguments, the script exits with an error: ``` $ docker run --rm 118f2b38c69f -e "unifi-password=supersekrit" [eval]:1 unifi-password=supersekrit ^^^^^^^^^^^^^^ SyntaxError: Invalid...
The locale settings from console runs are not respected at all. The gui is still in english. ### Steps to Reproduce 1. Set system language to english 2. Ensure correct...
Sometimes the command fails with Error: ./update_mirror.sh buildroot (more information in /opt/gitlab-mirror/cron.log) but now where to fetch the logs. A mount of the /opt/gitlab-mirror is not good since it contains...
sdcc -lstm8 -mstm8 --out-fmt-ihx blinky.c sdcc -lstm8 -mstm8 --out-fmt-ihx uart.c make: *** No rule to make target 'sp_test.ihx', needed by 'all'. Stop.