Jeffrey Cherewaty

Results 7 issues of Jeffrey Cherewaty

I'm working on a Next.js app where we've just started adding tests with Cypress. Because there's a lot of pre-existing code, I want to use the coverage reports as a...

It looks like https://github.com/thefrontside/emberx-file-input/blob/951431e65cb38b2ed5032e25868e9f407ea9f766/tests/dummy/app/templates/application.hbs#L32 may no longer work without first transforming the `FileList` into an array. Ex: `Array.from(multiFiles)` .

`test-agent`, `test-cli`, and `test-webdriver` jobs on Circle CI are failing. `Error: session not created: This version of ChromeDriver only supports Chrome version 91` It appears the `circleci/node:14-browsers` image now includes...

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...

template/vite-typescript

### Reproduction https://stackblitz.com/edit/remix-run-remix-qggawd?file=app%2Froutes%2Fhello.tsx ### System Info ```shell System: OS: macOS 14.4.1 CPU: (10) arm64 Apple M1 Pro Memory: 249.42 MB / 32.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 20.10.0...

feat:typescript
bug:unverified

Should we just have this repo using the `npm` cli?

## Purpose Testing if an element has focus with `is(':focus')` can be very frustrating in a local environment. If a user happens to click away from the browser window while...