Simon Taylor
Simon Taylor
This is running ubuntu 20.04 on WSL (windows). Same error occurs whether installing via luarocks or compiling manually. [ 89%] Building CXX object CMakeFiles/lua-format.dir/src/lua-format.cpp.o In file included from /home/staylor/projects/personal/LuaFormatter/src/lua-format.h:6:0, from...
Just an FYI I couldn't get Sub-zero to show up in the plugin directory on my Synology NAS. The path was correct and I had set the permission to the...
When using useMutation and mocking this via graphQL mock to fail (`.fail('...')`), the result is an error is thrown. But when a graphQL error normally occurs with useMutation no error...
I noticed when writing tests that if you set `.loading(true)` on a mutation mock, it will still fire the `onCompleted` function passed to the mutation options. This shouldn't happen until...