Volker-Weissmann

Results 28 issues of Volker-Weissmann

In some cases, println("...") reproducible does not print anything when run in Juno. This is a critical bug. **How to reproduce:** Open a file in Juno with the following contents:...

bug

Let's say I'm working on the code below and I want to find the code which "obj.func()" calls, in this case line 6. Afaik, there is currently no way to...

I'm not sure if this is a bug or just bad UI design: Let's say you are playing all your music in random order. If you tap on on song...

`\frac a b` is valid Latex, but `process_sympy("\\frac a b")` crashes with the exception: ``` Exception: missing '{' at 'a' \frac a b ``` Same goes for `\sqrt a`.

This C code results in a program that works on Linux, but crashes on Windows for no reason. I did this on Arch Linux: ``` [user@archVM tar]$ cat main.c #include...

[The cmake maintainers think you are using target_compile_definitions wrong.](https://gitlab.kitware.com/cmake/cmake/-/issues/25051#note_1382556) This results in problems if KaHIP is built as a meson cmake subproject.

With this PR, one can find kahip using pkg-config. I don't know much about cmake or pkg-config, so I'm not sure if it is perfect, but it seems to work.

Long story short: If you compile [main.txt](https://github.com/marcodaniel/mdframed/files/3780499/main.txt) with pdflatex, you get the file [main.pdf](https://github.com/marcodaniel/mdframed/files/3780500/main.pdf) that has a mdframed box, that is unnecessarily split between page 2 and 3.

The `xlabel` and `ylabel` command does not add a label on the axis. The example in the readme also shows this.

Hello, are you aware that https://jeltef.github.io/PyLaTeX/current/examples/tikzdraw.html exists? Seems like you could save yourself and them some work by sharing code.