Che Fisher
Che Fisher
### Description nspell sometimes fails to add words to the German dictionary (taken from wooorm/dictionaries). The gist of the bug is that nspell fails to add words to the German...
I have a test like so (fixture handles sending requests and storing the response data): def test_something(self): url = self.response.data['url'] check.is_true(url.endswith(self.extension), f'Image quality uri for device {self.device} should end with...
### Is this a feature request or a bug? Bug The error is identical to #1607 however the cause is quite likely due to the app being installed via snap....
If I leave the default values (consistent) for this sample file, I get no output (clean) when running MDL on the following file (all rules enabled, own styles commented out):...
I have set the toolbar to disabled, which I thought would also disable shortcuts, but it has not. I understand that these two things could/should remain separate, but then how...
### Feature Description Right now trying to init a Trend or other metric from within your exported test function will error. This prevents test writers from being able to add...
Thanks for the awesome plugin :) If I understand correctly, this line replaces test nodes that are not part of the bundled/tagged tests to be run with a semicolon, effectively...
Hey there, Really like your tool - trying to incorporate in some tests I'm doing with Postman. Thing is, if I throw a GUID at the API, it returns me...
The lowercase dash rule doesn't catch file names that have an underscore. For example `./bin/oath2_proxy` won't trigger an error with the following rule: ``` { "rules": [ { "files": [...
I'm not sure why this is failing... I am trying to add a random extra parameter (from a large set) to my performance testing of SOLR however no random extra...