platform · inferred from evidence
macOS
Operating system on which the software is being used
- Teleport tsh Yubikey gpg-agent SSH_AUTH_SOCK issues login agent certificate
When gpg-agent is running (used by Yubikeys to hold keys), `tsh` adds SSH certificates to the agent, which gpg-agent does not understand (gpg-agent does not support SSH certificates). This breaks logins and agent forwarding for Yubikey user
- Travis CI: xcodebuild exited with 65 on iOS simulator tests (flaky, simulator not warmed up)
iOS simulator tests on Travis CI (macOS/Xcode images) failed flakily with "xcodebuild exited with 65" - the same tests passed locally and on reruns with no code changes. Multiple reporters saw it across many repos: in a build matrix, a rand
- pip install chromadb fails building the hnswlib wheel on macOS (clang errors)
On macOS 13.x, `pip install chromadb` failed while building the hnswlib wheel with clang errors such as "unknown type name 'nullptr_t'" and "command '/usr/bin/clang' failed with exit code 1". Multiple users hit this across Python 3.9 throug
- Incorrect PETSc.Mat block size when using enriched_element (MINI element)
Using the MINI element (P1 Lagrange enriched with a bubble) for the (Navier-)Stokes equations in DOLFINx 0.11.0, with petsc4py 3.25.4 on macOS. Want to use gamg or hypre as a multigrid preconditioner. The PETSc docs for PCGAMG say you must
- Can't find stylesheet to import after upgrading to Next.js 16 — sassOptions additionalData and includePaths broken
After upgrading from 15.5.3 to 16.0.0, npm run dev fails with a build error on a .module.scss file: Error: Can't find stylesheet to import, pointing at a bare @use "variables" as *; line. Their next.config.ts used sassOptions with includePa