Erick Guan

Results 55 comments of Erick Guan

@uruemu Thanks for working on this and your schedule!

I agree to filter out binary is a better fix. I want to share some more information. I made a monkeypatch for this issue. ```ruby def to_hash breadcrumbs&.each do |b|...

I did some experimentation ([patch](https://gist.github.com/erickguan/80bbf2ea82a10c69d260c53f0dd2f97b)) with async support for listing operations, which helps reduce runtime as expected. However, extending `OpList `introduces a "breaking" change. Since OpenDAL has a compatibility package,...

@Xuanwo Thanks for the pointer. I've figured out how the `PageList` and Google Drive backend work together, but I’m currently stuck on a failing test with MinIO in the complete...

Thanks for tentative checking in with metakey!

After a closer look, can I pause this PR until your metakey work?

Thanks for the ping! I'll pick it up and ping you when it's ready.

I’m grateful that you got the project rolling and appreciate your vision.

I would love to see a new release with this feature to unblock a gem release.

Sorry, I missed `data_size` function in the code. Memory has [`data_size`](https://github.com/bytecodealliance/wasmtime-rb/blob/main/ext/src/ruby_api/memory.rs#L204-L208). But YARD documentation doesn't have it. ![image](https://github.com/user-attachments/assets/4a3dfc97-78b8-4ea7-9995-8b1a79c3553e) I debugged a little. `bundle exec rake doc` generates JSON describing the...