Uwe Fechner
Uwe Fechner
``` julia> using Mousetrap [ Info: Precompiling Mousetrap [5deeb4b9-6e04-4da7-8b7f-c77fb1eae65e] [25147] signal (11.1): Segmentation fault in expression starting at /home/ufechner/.julia/packages/Mousetrap/k0X9u/src/Mousetrap.jl:39 gdk_x11_surface_get_xid at /home/ufechner/.julia/artifacts/5498f875c31a1b3422ce1b64ef770407109eff30/lib/libgtk-4.so (unknown line) Allocations: 815336 (Pool: 814877; Big: 459);...
While you have unit tests, they are not executed when creating or merging a pull request. Please add a workflow that: - runs the unit tests - checks the code...
I would like to export my model https://github.com/ufechner7/KiteModels.jl to an FMU. How should I start?
Question: Does Raylib.jl supports Joysticks? If yes, how?
https://github.com/JuliaRegistries/General/pull/61020
Currently the winch (groundstation) controllers are part of the package KiteControllers which makes it difficult to use them stand-alone. Move the code in a separate Julia package.
**Describe the bug 🐞** Create empty project ``` mkdir tmp cd tmp julia --project="." ``` Install latest version of this package: ``` (tmp) pkg> add RecursiveArrayTools#v3.24.0 Resolving package versions... ERROR:...
I try to run: ``` lfbw --no-ondemand -v /dev/video2 ``` and get the output: ``` WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1716634070.527626 12896...
- [x] https://github.com/ufechner7/KiteModels.jl/issues/55 - [x] https://github.com/ufechner7/KiteModels.jl/issues/57 - [ ] https://github.com/aenarete/AtmosphericModels.jl/issues/4 - [ ] https://github.com/aenarete/KiteSimulators.jl/issues/22 - [ ] https://github.com/ufechner7/KiteModels.jl/issues/58 - [ ] https://github.com/ufechner7/KiteModels.jl/issues/51 - [ ] https://github.com/aenarete/KiteControllers.jl/issues/22 - [ ] https://github.com/aenarete/KiteControllers.jl/issues/29
Add: - [ ] a function `simulate(project)` that runs a simulation as defined by the project `.yml` file - [ ] add a bash script `simulate ` that does the...