Stefan Devai
Stefan Devai
As a workaround, I managed to run the tests by removing asdf's `test-op` and manually using `(rove:run :some-system)`.
Hi! I found a workaround for this problem. In my case, the `deps/meta-cmake` was set to an ancient commit, that's why this problem wasn't fixed there. So from the root...
I'm having the same problem on Linux. The cause is that `std::advance` in `include/meta/parallel/parallel_for.h` searches a -- operator implementation for the iterator class in dataset_view (`include/meta/learn/dataset_view.h`). So better than editing...
Hi @zlixine ! It's totally fine, feel free to integrate the 2D renderer in your own engine. One important note is that I've recently moved from GLFW to SDL2 in...