ptmkenny
ptmkenny
After updating from 4.1.0 to 4.2.1, I'm getting the following error: ``` ╳ Could not open connection: Unable to create new service: GeckoDriverService ╳ Build info: version: '3.141.59', revision: 'e82be7d358',...
To debug PHP better, it would be awesome to have support for xhgui or the xhprof UI in the same way that we can add mailhog or phpmyadmin. [xhgui even...
**Please explain your request and its importance in the form of a user story.** As a lando user who is making progressive web apps, I want to use [pwa-asset-generator](https://github.com/onderceylan/pwa-asset-generator) to...
The correct npm package for the HTML reporter is `pa11y-ci-html-reporter`, not `pa11y-html-reporter`. I found the documentation on reporters very confusing (see https://stackoverflow.com/questions/71145049/how-do-i-use-the-html-csv-reporters-in-pa11y-with-github-actions), so I rewrote it to be more clear....
I was trying to use assertMatrix with preset like this: **myconfig.yml** ``` assert: preset: "lighthouse:recommended" assertMatrix: - matchingUrlPattern: "devserver.com" assertions: is-crawlable: - off # Dev servers are not crawlable. ```...
**Description:** When using the CLI, there seems to be no validation of arguments to the build command. For example, no warning is issued for `ionic build --engine2=browser` even though `--engine2`...
**Is your feature request related to a problem? Please describe.** Capacitor v4 has been released and it would be great for this plugin to support v4. There is [already a...
**Describe the support request** How can I use this plugin to upload an image file with `Http.post()`? I can't use `Http.uploadFile()` because [my Drupal backend requires a CSRF token](https://github.com/capacitor-community/http/issues/182). **To...
The README gives this example: ``` const getCookies = async () => { const cookies: HttpCookie[] = await Http.getCookies({ url: 'http://example.com', }); }; ``` However, when I use this exact...
**Describe the bug** In the docs for `.reset()`, it states: ` * Clears all analytics data for this app from the device and resets the app instance id.` What does...