MatzFan

Results 24 issues of MatzFan

I installed from `master`, complied and ran the tests on my local system (Ubuntu Bionic 18.04). The following is the relevant part of the result: ``` 1) Failure: TestPhashion#test_mh_distance_from [/home/me/dev/phashion/test/test_phashion.rb:90]:...

## Expected behavior Using `gsub` instead of `delete` for integers expressed as unicode characters should trigger this offense ## Actual behavior No offense is registered ## Steps to reproduce the...

I cannot get SimpleModifyHeaders to recognize a 'When URL contains' pattern. What is the logic here, the same pattern matching as used by the 'Url pattern' matcher (i.e. including path...

```Ruby desc 'Method #3: Use ARGV to add two numbers and log the result' task :add do ARGV.each { |a| task a.to_sym do ; end } puts ARGV[1].to_i + ARGV[2].to_i...

Hi, new to your plugin and tried to connect to the following service URL: https://gps.digimap.gg/arcgis/rest/services/StatesOfJersey/JerseyPlanning/MapServer/0 I received this error: `Traceback (most recent call last): File "/Users/me/.qgis2/python/plugins/connector/connector.py", line 342, in loadTreeView...

bug
question

The latest Debian package available is for [bullseye](https://packages.debian.org/bullseye/ccextractor). Trixie is now in testing and a trixie package for ccextractor would be great. Bookworm users, like myself, could then use it...

### Feature and motivation I would like to be able to get the value of a preference set in `about:config` dynamically. These are set when instantiating a driver via `Options[:prefs]`...

I-enhancement
needs-triaging

### Please answer the following questions for yourself before submitting an issue - [X] Filters were updated before reproducing an issue - [X] I checked the [knowledge base](https://adguard.com/kb/) and found...

Bug
Priority: P3
Version: AdGuard v5.3

Ubuntu only for now.

Counting assertions based on a string prefix of "assert_" or "refute_" is replaced by a symbol comparison against the 38 Minitest assertion methods.