sunfkny

Results 6 issues of sunfkny

Replace os.mkdir with os.makedirs to handle cases where parent directories might be missing.

Pyright unable to infer the type of Generic classmethod https://github.com/microsoft/pyright/issues/7721 This break these classmethod `Option.Some`, `Option.maybe`, `Result.Ok`, `Result.Err` but shortcut function `Some`, `maybe`, `Ok`, `Err` still works, documentation should mention...

### Steps to Reproduce: 1. Create a `pyproject.toml` file with the following content: ```toml [project] name = "app" version = "0.1.0" dependencies = [ "urllib3", ] [tool.uv] package = false...

documentation

**Is your feature request related to a problem? Please describe.** Currently, RustFS does not support the `If-None-Match` HTTP header for conditional GET requests. This prevents clients from efficiently checking if...

enhancement
S-confirming

## Type of Change - [ ] New Feature - [x] Bug Fix - [ ] Documentation - [ ] Performance Improvement - [ ] Test/CI - [ ] Refactor...

## Type of Change - [ ] New Feature - [x] Bug Fix - [ ] Documentation - [ ] Performance Improvement - [ ] Test/CI - [ ] Refactor...