edelmanjm
edelmanjm
Still having this issue on macOS High Sierra 10.13. I agree with @alex-spataru that the best solution seems to be to allow the user to remap the controls. Unfortunately AFAIK...
Probably won't be maintaining it long-term, since I don't typically use SDL in my day-to-day, but [my fork](https://github.com/edelmanjm/SDL_FontCache) is updated to support the latest version of SDL3 (as of the...
Would also love to know how to create a custom rig; we're developing our own arm and this could be super useful.
Possibly related to https://github.com/fmtlib/fmt/issues/4058? Unfortunately my templating isn't strong enough to figure this out definitively; I tried adding the following but it didn't work: ``` #include ... template struct fmt::is_range...
So after a discussion with the author of fmt, I've worked out the following which appears to work: ``` template auto format_as(E e) { static_assert(std::is_same_v, "formatter requires string_view::value_type type same...
Thanks, starting testing now.
Unfortunately this is not working for me; the formatter is not always detected. ``` cmake-build-debug-local/_deps/fmt-src/include/fmt/base.h:1641:63: error: ‘fmt::v11::detail::type_is_unformattable_for _’ has incomplete type 1641 | type_is_unformattable_for _; | ^ cmake-build-debug-local/_deps/fmt-src/include/fmt/base.h:1644:7: error: static...
I believe that's working! I'll do a bit more in-depth testing to confirm.