Charles Lowell

Results 3 issues of Charles Lowell

### Describe the bug I'm trying to just use raw webdriver (not selenium, and not @wdio) using tauri-driver on Windows, using the demonstration app at https://github.com/chippers/hello_tauri However, whenever I try...

type: bug
scope: webdriver
status: needs triage

The typings don't seem to be resolved when using `pnpm` ``` typescript [7016]: Could not find a declaration file for module '@interactors/html'. 'node_modules/.pnpm/@[email protected]/node_modules/@interactors/html/dist/esm/index.js' implicitly has an 'any' type. There are...

``` % git removed-branches TypeError: upParts is not iterable at /home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/lib/find-stale.js:56:41 at Array.forEach () at module.exports.findLocalBranches (/home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/lib/find-stale.js:45:11) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async module.exports.run (/home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/lib/find-stale.js:30:5) at async /home/cowboyd/.volta/tools/image/packages/git-removed-branches/lib/node_modules/git-removed-branches/index.js:47:5 ```