Yang, Bo

Results 420 comments of Yang, Bo

> Sounds reasonably. Which PR? https://github.com/mxmlnkn/ratarmount/pull/163 does not touch UnionMountSource and instead implements a separate link-resolving mount source. Right, for now #163 does not touch `UnionMountSource` but it also includes...

I just updated #163. The caching strategy in `UnionMountSource` does not apply to the late bound symblic links, so I extracted the common code from `union.py` to `multi.py` and kept...

This PR fixes TimeoutError in `ClaudeSDKClient.connect` when an error is raised from `SubprocessCLITransport`. Now it correctly ends with the underlying `SubprocessCLITransport`'s error message instead of a TimeoutError

PEP 479 is about **generaor**, not about how an **iterator**'s `__next__` behaves. Allowing a callback function passed to `accumulate` or `map` to early stop the iteration is a feature, no...

Sorry I did not have time to continue working on this PR recently. I did not mean to abandon it. Just need some more time.

I just updated the PR as discussed in #160. @mxmlnkn would you mind enabling GitHub Actions for this PR?

I use Claude Code to write some tests. Would you mind using AI? @mxmlnkn

I think this is a relatively safe PR, because it does not change current behavior by default. @mxmlnkn Could you approve the GitHub Actions so we could see how the...

@mxmlnkn Although this PR looks large in terms of lines, the changes are focused on a single feature and the logic is straightforward. I have already run the GitHub Actions...

I also changed the implementation of union mount point's `__exit__`. The original `__exit__` implementation can skip an underlying mount point's `__exit__` when an exception is raised during another underlying mount...