Adam Nash
Adam Nash
Is there any documentation on the C++ plugin interface? I'd be willing to look into https://github.com/Mahlet-Inc/hobbits/issues/9 if I had some place to start. Seems like it *could* be pretty easy,...
Thanks, @karliss , I'll take a look.
I have a plugin compiling and loading (the examples did not work without some nudging in fedora 30), but I'm a little uncertain about how and when to load the...
here's a functioning version of option 2 https://github.com/Mahlet-Inc/hobbits-cutter-plugin
I think this was fixed a while ago
are you waiting for me for anything on this? anything I could do to help?
I'm not familiar with this problem or msys2, but maybe try with `path-type: inherit`? https://github.com/msys2/setup-msys2?tab=readme-ov-file#path-type e.g.: ``` - name: Install Dependencies (Windows) if: matrix.sys.os == 'windows-latest' uses: msys2/setup-msys2@v2 with: path-type:...
weird, looks like maybe an issue with how the path to the hobbits-runner is being constructed in the test script? ``` D:ahobbitshobbits/build/bin/hobbits-runner ``` That's probably from how the `github.workspace` resolves...