Richard Lawrence

Results 15 issues of Richard Lawrence

So I was thinking, what if someone, somehow, managed to implement a Clone-like operation on `ReplyX`? That would cause chaos, for sure: when one of the clones gets dropped, it...

Howdy, I was running the CI tests on my local machine for practice when I encountered a problem that was very, very, very difficult to understand. I was getting allow...

I am working on the async feature. I seem to have a working prototype. Here's what it looks like from the application's perspective. ``` #[async_trait] impl Filesystem for FS{ async...

**Summary**: - The long-anticipated major refactor to eliminate the unwanted reply callback paradigm inherited from **libfuse**. - See `Changelog.md` for more details. - This PR is the sequel to PR...

I have created a toolbox of modular filesystem components. My hope is that this toolbox will be maintained by the community, so that each component will become optimized, and the...