Markus Wageringel

Results 3 issues of Markus Wageringel

Sending a visual selection to the interpreter can cause problems when the last character is a multi-byte character. This is because the current implementation is based on plain bytes, not...

This issue tracks a minor upstream issue with Flutter 3.16+. It only affects Android. https://github.com/flutter/flutter/issues/139477 After returning from the settings screen, the screen does not refresh instantly with the new...

Is it possible to use `-fopenmp` with `clang`? Currenty compiling this package fails on macOS: ``` clang: error: unsupported option '-fopenmp' ```