Kit Johnson
Results
2
issues of
Kit Johnson
Loading https://davidjbradshaw.com/imagemap-resizer/example/ gives the following browser console errors: ``` Mixed Content: The page at 'https://davidjbradshaw.com/imagemap-resizer/example/' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js'. This request has been blocked;...
I'm using [Webdriver IO](https://webdriver.io/) for a project. It works fine running tests using VS Code. The command it uses to start the tests is `wdio wdio.conf.js`, and in that configuration...