-
Die Zuordnung scheint nicht korrekt zu sein.
Wenn im BSC das Relais 1 getriggert wird, leuchtet im Display Relais 5 (6).
Im zuge dessen, wäre es vielleicht auch sinnvoll die Beschriftungen anzup…
-
Pour pouvoir mettre à jour le code python qui fait tourner uMap, il faut pouvoir faire un upgrade de python lui-même, et donc faire un upgrade de l'OS, et si possible du coup mettre à jour PostgreSQL …
-
Would it be possible to make a setup extend another?
For example;
If I have a setup like "BiS melee" it will evolve over the lifetime of my account, but all my other setups will need to be updat…
-
Moin!
Soweit ich das sagen kann, gibt es nirgendwo eine Aufschlüsselung der Facette `branche`.
Zur Zeit sind das einfach nur die Zahlen 1 bis 29.
Eine Ergänzung der Dokumentation, welche Bran…
-
@lislis ich hab jetzt die städte alle importiert in eine collection `[Dropdown] City` (müsste man für den View noch umbenennen). Die besteht aus
* name
* postal code
* county
* federal state
…
-
Hi Neil
(Summary for other people that might read this) I found a problem today with the new version of LBL. It seems to be ignoring the "INPUT_FILE" parameter and trying to load the wrong types of…
-
Randbedingungen:
Adpater-Version 4.3.0 (evtl. auch bereits in vorherigen Versionen).
In den Instanzeinstellungen sind im Reiter "Optionen" alle Auswahlkästchen angehakt.
In den Instanzeinstellungen…
-
This is related to issue #27 . I did exactly as described there:
``` python
obj = session.query(Login).get(primary_key)
form = LoginForm(obj=obj)
form.populate_obj(obj)
form.validate()
```
where
`…
-
**Describe the bug**
Irgendwie funktioniert der bei mir auch nicht richtig. Wenn ich einkaufen gehe, kann ich immer einkaufen, egal ob ich bekannt oder unbekannt bin. Und wenn ich einkaufe, gehen dan…
-
I want to use the small Lego remote to control a Geekservo. I am using this Pybricks-code:
```
# Servo-Startwinkel und -Grenzen
servo_value = 0 # Startwert des Servos im Bereich -127 bis +127
ser…