Joakim Bull-Stien

Results 4 issues of Joakim Bull-Stien

Thanks for a great framework! It has saved me for a lot of hassle in dealing with `AVPlayer` 👍👍 When using `ModernAVPlayerConfiguration`, the `MPRemoteCommandCenter` seems to never show for the...

bug

## Subpixel difference Workaround for the issue described in #313 and #424. The readme clearly states that the reference-device should be identical to the recorder-device, but as M1 Macs are...

Add support for hot reloading when building `godot-cpp` using CMake. CMake projects can enable the reloading by setting `GODOT_ENABLE_HOT_RELOAD` to `ON` before including the `godot-cpp` subdirectory. Example: ```cmake set(GODOT_ENABLE_HOT_RELOAD ON)...

cmake
topic:buildsystem
cherrypick:4.2

Pressing "r" will allow user input in the curses interface. "Enter" searches for the inputted string.

enhancement