Russell Matney
Russell Matney
Thanks much for GUT - it's been a good experience to start working with it today! Apologies for the large comment here - I was hoping to turn this into...
Yes - the github token takes care of it, if we're ok with every dev creating/using one to run the tests, and similarly if end users run into this, they...
This could also speed up the tests somewhat - I'm not sure exactly why they're slow, but if it's b/c of the network requests, this would be a route to...
sure, seems fine - i appreciate the commitment to keeping the complexity down! hopefully we never have to deal with this
It occurred to me that an in-memory cache (dropping the external file bit) would solve the repeated-requests-in-tests problem, because the memory is shared across tests. I did a quick proof...
I'll close this, as it's not a real problem for anyone at the moment. I opened a small docs PR mentioning the env vars in the Contributing section - that...
I hit this after copy-pasting the default `.lua-format` from the readme into my project - it seems to be caused by the line: ``` column_table_limit: column_limit ``` Removing that line...
Ran into this today on linux while reimporting all my imports - it kept hanging on gut (same errors as above) - replacing source_code_pro.fnt with the zipped file allowed my...
Maybe you've moved on from this checklist, but if it's helpful, i was meandering and just ran into this last item yesterday: ` 'Invalid set index 'exit_code' (on base: 'OS')...
For anyone who still needs many-to-many filters to AND instead of OR, we were able to get similar functionality using this PR as a guide - I dropped a rough...