Lukas S
Lukas S
I'm using a ListView inside a ScrollView for a dropdown menu to select a value. As I understand it, when I scroll through the inner ListView the outer ScrollView shouldn't...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? I run a System with a...
I'm having with white spaces since some time. For example when getting python completion of a function instead of: ```python def some_function(): """Some comment""" a = 3 c = 4...
### Search first - [X] I searched and no similar issues were found ### What Happened? In every graph, the graph view is just blank. When I move my mouse...
**Describe the bug** When I try to start libation either from the terminal or my application launcher nothing happens. In the terminal the Process just completes without any output. **To...
This PR aims to add forward auth/proxy auth to this project as discussed in #461. In forward auth a proxy routes requests through a third party authentication service and only...
When flashing the Arduino OPTA with my PlatformIO project the first time, everything works fine. On the second try I get the following error: ```bash Processing opta (platform: https://github.com/platformio/platform-ststm32.git; board:...
Hi, as part of my master’s thesis I'm trying to reproduce the DPSOM and T-DPSOM proposed by you and I have some questions. From your publications it is not clear...