Stephen Wade

Results 8 issues of Stephen Wade

`start-server-and-test` can wait for two services but not three services. Example: ``` start-server-and-test start 6000 start:db 3001 start:web 6010 test ```

## What I did 1. Removed @babel/eslint-plugin as a peer dependency of @open-wc/eslint-config. I don't see any place where it is being used by this config.

This PR fixes several broken links on https://xeiaso.net/. Please let me know if this kind of contribution is helpful and if I should do anything differently. I enjoy this kind...

### Issue Summary The TypeScript types for phone number capabilities are wrong. The types are all lowercase, but the actual API response has some uppercase keys. Also, the types say...

type: bug
status: waiting for feature

### Version 1.42.1 ### Steps to reproduce 1. Clone https://github.com/stephenwade/playwright-issue-repro-vigilant-giggle 1. Run `npm install` 1. Run `npm test` ### Expected behavior The test runs. ### Actual behavior The test does...

feature-components
v1.43

I noticed some bad grammar in the DefinitelyTyped repo comments, so I've created this PR to fix it. Most places in this code that use "which" should use "that". "that"...

I'm trying to debug a Playwright issue with `AudioContext` on Windows runners (will file a separate issue if I can't figure it out), and I'm interested to see if Playwright's...

CQ1

### Steps to reproduce Link to live example: https://codesandbox.io/p/sandbox/compassionate-burnell-mns7ll https://github.com/mui/material-ui/assets/4148577/f077aa91-e336-4c5b-bfaa-2723bd85f78d Steps: 1. Click on the first menu button, then click anywhere else on the page. The menu will collapse. 2....

component: menu
bug 🐛