Paul Shen

Results 2 comments of Paul Shen

makes sense. thanks for your work on this! 🙏

looks good! some reactions - Could `requestID` be part of `PushRequest` and `PullRequest`? - I wonder if `PullerResult` would benefit with something like a tagged union. ```ts type PullResult =...