Erick Guan
Erick Guan
@qkzk Did #5226 fix your issue? https://github.com/apache/opendal/blob/main/core/src/services/gdrive/lister.rs#L97-L102
I tested Cloudflare’s D1 database, and I found that the maximum size is just over 2 MB. However, Cloudflare’s documentation does not accurately reflect this limit. Considerations on the Use...
What do you think about adding documentation about service configurations? I propose: - Add a "Services" section on the website.  - Populate each service’s documentation from docs.md. - Move...
> Currently, we have an experimental code generator that can create configurations for bindings based on the Rust config. Perhaps we can build on that: https://github.com/apache/opendal/blob/main/dev/src/generate/parser.rs Looks like a good...
One such use case is for pre-forking servers running multiple worker processes. Many Python and Ruby webservers are pre-fork servers, e.g., Gunicorn, Puma for saving memory. A typical timeline for...
This also helps tooling. My `dive` doesn't work because of a bug. Do you strictly want the OCI image layout tarball? Registries, although similar and related, are not the same...
Looks neat! Thanks for the idea. How do you represent local registry (loaded in docker)? What about metadata access? They are two kinds: 1. Attestations, mostly a large JSON 2....
Nice! I couldn't set up a VPC endpoint for S3 Express - DNS resolution fails. I tested with boto3 which shows 10x performance as advertised. When debugging the DNS resolution...
@uruemu Great to hear—and thanks for your interest! This task should be fairly straightforward, requiring only a bit of familiarity with OpenDAL and some basic Rust concepts. If you’d like...
I had build some code to do this (in docs-service-website). I could build a service section in mkdocs website and type hints with docstrings. I was thinking having per-service config...