Paul Melnikov
Paul Melnikov
And here are detailed limits of github actions: https://docs.github.com/en/actions/getting-started-with-github-actions/about-github-actions
> > From what I understand, your `Dockerfile` is deemed a single job and can thus run for 6 hours? So the whole compilation would have to be done in...
Or just show "?" or something like that in case dislikes are unavailable.
Thanks for prompt response! Upon looking at `icache.h` I've realized that we are talking about different caches. What I mean is a generic data container that is basically a `map`...
When there is a general purpose in-memory cache, it can be (almost trivially) used to build an IO cache that wraps a backend.
> s there any reason you cant explicitly make std::string before passing it? Like for example here you can send `0x0`: > > ``` > char tmp[] = {0x0}; >...
Sorry, my understanding of C++ is limited, but as I understand it, these 3 lines produce identical strings. Their `std::string::length()` will just stop at first encountered zero. Here is the...
Yeah, thanks, this one works! Looks a bit hacky to me though.
Can the example be changed then? `examples/SingleJoystickFFB/SingleJoystickFFB.ino` has erroneous JOYSTICK_TYPE_MULTI_AXIS which is not recognized correctly by Windows.
Hi @jszwedko. Yes, you got everything right. And to not break current behavior, the proposal is to make it configurable via command line switch or env variable, and keep current...