Mike Sannikov
Mike Sannikov
Thanks for `--ignore-urls` workaround. Yes, I actually use lots of other options: ``` --extension .html --assume-extension .html --checks "Links,Scripts,OpenGraph" --enforce-https=false --ignore-status-codes "999,401" --disable-external=true --ignore-urls "/^mailto:/" ``` I'm using Gulp for...
I performed one more test. Took basic `mailto.html` you provided above. Process the file with `htmlproofer` as you do. Success. But as soon as I check this file as a...
Btw, while repo have discussion feature turned off, I have off topic question: I need to check images, but my images have no `src` argument. They have `data-src` instead. Obviously...
Ok, solved. Above I copy to you all options from my CI/CD config, but locally I've used one more: `--swap-urls snnkv.com:localhost:4000` . That means htmlproofer swap `[email protected]` to `mike@localhost:4000` which...
I can confirm: 1200 .md files need around 20 seconds to render as a graph and already painful to interact with. There are no other files in the directory. All...
I also consider MIDI clock input as a major feature for Orca-c.
You are right: I'm using it with option `-r/--remote-dir` now and it works. My only problem (which was not clearly explained in my initial message) is the camera created nested...
I've just checked: as a workaround I can make `.sh` which will list all dirs under `/DCIM` first, then to pass the newest one as an argument for `-r/--remote-dir`. ```...
> what you really need is an `os.walk()` exactly. For now I workaround the problem with smth like this: ``` flashair-util -u http://flashair.local -r /DCIM -l | awk '/^[0-9]{8}/ {...
Hey, Passbolt looks limited in Community Edition (free) version. Features like shared folders or multi-factor auth are [not supported](https://signup.passbolt.com/pricing/pro).