Leo Singer

Results 74 issues of Leo Singer

# Summary ## Related Issues or PRs ## How To Test ### Screenshots (optional)

**Does this documentation relate to a specific USWDS feature?** No, it's a general question about the design of many components. **Is your documentation related to a problem or inconsistency? Please...

type: documentation

### What version of Remix are you using? 1.18.1 ### Are all your remix dependencies & dev-dependencies using the same version? - [X] Yes ### Steps to Reproduce When you...

package:dev
bug:unverified

User-provided certs would cause `XMLStream.start_tls` to fail because the `SSLContext` object had `check_hostname` set, but no `server_hostname` was provided to `SSLContext.wrap_socket`. This would cause the connetion to fail and SleekXMPP...

**Description:** If you set node-version to 22 on a GitHub-hosted windows-latest runner, commands like `npm ci` fail with the following error message: ``` node:internal/modules/cjs/loader:1205 throw err; ^ Error: Cannot find...

bug

In Remix's route module convention, the following three route module filenames are interpreted as an ordinary route, a pathless layout route, and another ordinary route, each containing the next: ```...

### Describe the bug Buttons in nested button groups have mismatched heights. We use button groups that contain buttons and segmented button groups in our USWDS site, https://gcn.nasa.gov. This bug...

Type: Bug
Package: Button Group
Role: Dev