WH-2099

Results 10 issues of WH-2099

Fix incorrect indentation

## Standards checklist: - [x] The PR title is descriptive. - [x] The PR doesn't replicate another PR which is already open. - [x] I have read the contribution guide...

Area: plugin
Type: documentation

According to the signature of `Field.__init__`, the argument `table` can be of type `str`. Therefore, we should also check the type and ensure that `self.table` is assigned a `Table` object.

伐木林是项目最早期做的功能之一,但至今找不到很好的思路去做到全收集:rofl:,故在此希望借大家的智慧做以改进:hugs:。 欢迎大家在这里提出自己的思路:raised_hands:!

good first issue

When a specific https `index-url` is used, a specific filename is **truncated**. Here's a summary of a very stable reproduction I've made. `uv 0.2.29 (39be71f40 2024-07-24)` ```bash uv cache clean...

bug
compatibility

In our production scenarios, `ULID` is often used as a very critical data primary key. Depending on the specific scenario, we will use it in various forms in different storage...

Hello, first of all, thank you for your open source contribution. We have been using this package in production for a while and it works great. In our usage scenario,...

This pull request introduces several improvements and new features to the S3 client, with a particular focus on content-type inference, object operations (copy and rename), and code readability. The most...