Patrick Häcker
Patrick Häcker
Either it's not documented or it's not supported to add a new node as a children using fdtput. This limits the use of fdtput.
## Details When trying to annotate a video frame with Plots, it would be really useful to remove all the margin around the axis when saving the file again (to...
When using Pipewire as an output plugin and changing the volume in MPD the stream volume is modified. If the computer is both used as a music player and for...
When you start the debugger from the REPL via `@run` or `@enter` and the debugger stops somewhere, it would be a huge boost in productivity if the REPL would now...
**Is your feature request related to a problem? Please describe.** On the [Julia Mcro-Benchmarks page](https://julialang.org/benchmarks/) it is stated, that the benchmarks show Julia v1.0.0 results. However, in the [Microbenchmark repository](https://github.com/JuliaLang/Microbenchmarks/blob/6d66e4c35241dad6eb15d5389f55f000ddfad770/.github/workflows/benchmarks.yml#L30)...
Any chance to support the language pack? The German version might be here: http://www.gdp-gameware.de/downloads/uqm-0.7.0-content-de.uqm
`include` accepts a `mapexpr::Function` argument to transform the included code. It would be useful if such a `mapexpr::Function` would also be available when reading a CSV file. The mapping should...
Some files start and/or end their line with the delimiter as in ``` , a, b, c, , d, e, f, ``` so that the keywords `ignoreleadingdelim` and `ignoretrailingdelim` would...
Siehe [Diskussion](https://forum.mediathekview.de/topic/6446/mediathekview-startet-absichtlich-nicht-mehr/8): Die Version sollte durch eine funktionierende Version ersetzt werden (zum Beispiel nightly).
Adding a breakpoint in line 2 of ``` function (@main)(args) println("hello world") end ``` and starting the debugger in vscode does not break in line 2. It seems that all...