Dmytro Bogatov

Results 10 issues of Dmytro Bogatov

**Describe the bug** When running against localhost primitive webpage, no links found. Other versions (v0.7.3 at least) work fine for this same webpage. **To Reproduce** ```bash docker run -it -v...

bug
needs confirmation

**Describe the bug** Exits with `TypeError: Cannot read property 'call' of null` when run against (at least) my website using `-r`. See full log ```sh # ./bin/blc --filter-level 3 -r...

bug
needs confirmation

Sometimes (and I would say most of the time), latest BLC (v0.7.6) silently fails in the middle of the work. As a consequence, does not report the result (and exit...

bug
needs confirmation

I have encountered a link which is considered broken by `blc` but opens well in `curl` or browser. Here it is: ``` blc https://www.nginx.com ``` CURL works fine: ``` $...

bug

It does not have anything to do with checking broken links, but I was thinking that since we already have great graph search we could have potentially used the set...

enhancement

Related to https://github.com/google/yapf/issues/146 ```python for index, record in data.iterrows(): # yapf: disable cursor.execute( insert, ( record["Employee Name"], record["Job Title"], float(record["Base Pay"]), float(record["Overtime Pay"]), float(record["Other Pay"]), 0.0 if record["Benefits"] == "Not...

It may be desired to remove logo from the standout frames. Would it be possible to have a setting for that?

Hi, Is it possible at the moment to serve PHP site with this image? I have NGINX config like this: ```nginx server { listen 8006; server_name _; root /location/; index...

Alpine can be supported by using `apk add libwebp-tools` and the using `/usr/bin/cwebp` (and related) as a binary.

The line in Python code that was reported to cause problem is still in the master branch. This thread, though 2 years old is still relevant for me on v70...