Erick Guan

Results 22 issues of Erick Guan

Hey, I have a feature request. In my work, I'm interested in knowing the memory usage of a WASM module. In particular, I want to expose https://docs.rs/wasmtime/latest/wasmtime/struct.Memory.html#method.data_size I would simply...

bug

### Feature Description I am interested in helping release the first Ruby binding. Before release, I would happy to get OpenDAL Ruby binding to a demoable state. ### Problem and...

enhancement

# Which issue does this PR close? Part of #4746. # Are there any user-facing changes? None.

releases-note/feat

Hey! I want to add a few metrics about `YJIT` in the `Process` instrumentation to understand the YJIT performance. These metrics depend on the `RUBYOPT=--yjit-stats` flag and `Ruby::YJIT.runtime_stats` API. When...

### Feature Description S3 has a relatively new feature called S3 Express One Zone. In a gist, 10x faster than standard and more expensive. Read more [here](https://aws.amazon.com/s3/storage-classes/express-one-zone/) ### Problem and...

enhancement
services/s3
releases-note/feat

## Problem Statement OpenDAL implements services with the following convention: - `backend.rs` - Builder: Builds a service's config. For example, see [S3's builder](https://github.com/apache/opendal/blob/152e6111aff2938aaac3a8493a2c9c124cfdcf73/core/src/services/s3/backend.rs#L697). Refer to the [`Configurator`](https://github.com/apache/opendal/blob/152e6111aff2938aaac3a8493a2c9c124cfdcf73/core/src/types/builder.rs#L125) too. - Backend:...

good first issue
help wanted
core

### Describe the bug When setting a large `write_total_max_size` in a native_capability, the behavior tests attempt to allocate extremely large memory regions. See the functions in `core/tests/behavior/utils.rs`. ### Steps to...

bug

I propose a new `--time-style relative-recent`. ## Motivation I care if I am making changes to files in the current week. And I am more careful with files if this...