Graeme Foster
Graeme Foster
I've been playing with `Ref`, `Stream` and `Sink` and have triggered the message at https://github.com/Effect-TS/stream/blob/8dda24823dc77b1d6763c4988f7c37246d566dfe/src/internal/sink.ts#L1498 Reporting as requested :) ```ts import { Chunk, Context, Effect, HashMap, Layer, Option, Ref, Sink,...
## Description Playwright is [configured to start wp-env](https://github.com/WordPress/gutenberg/blob/78e53bb99f7e0bf77eb2e0c4576358c83f3b1d72/packages/scripts/config/playwright.config.js#L47-L50) if not already running, but when it does the REST API likely isn't ready in time for the `globalSetup` function to use...
### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...
## Preflight Checklist - [x] I have searched [existing issues](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20state%3Aopen%20label%3Abug) and this hasn't been reported yet - [x] This is a single bug report - [x] I am using the...
## Summary - Add `bump-default-nix` step to update version in `default.nix` - Add `update-vendorhash` step to prompt for vendorHash update when go.mod changes - Add `default.nix` to the `verify-versions` check...
## Summary The v0.47.2 release has an incorrect `vendorHash` in `default.nix`, causing Nix builds to fail. This is a regression introduced when the release workflow was refactored. ## Root Cause...