Tuan Anh

Results 11 issues of Tuan Anh

I'm using httpx as a library and i'm not able to catch individual error for each target using OnResult function. Please help me in the example below i'm using httpx...

Type: Bug

I have the following program: https://github.com/anhnmt/gprc-dynamic-proto/blob/main/cmd/service/main.go I have successfully connected grpc and restapi, can I call the api like the following? ```bash curl --header "Content-Type: application/json" \ --data '{}' \...

Fix OS-specific path separator when i run on Windows ```go wfile = "downloads\TEST\Autofills" x.OutputDir = "downloads/TEST" ```

### Before reporting an issue - [X] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if...

area/authentication
kind/bug
status/triage
team/core-clients

![image](https://github.com/user-attachments/assets/01e12c56-7516-4663-a2ef-cd3f90efa178) Is there any way I can leave the default Compress type as UNCOMPRESSED? I'm testing old programs and having to select UNCOMPRESSED every time is inconvenient

feature
help wanted
frontend

I have encountered some cases when extracting .RAR files. I encountered some files with names that were too long and returned this error. Is there any way I can fix...

I've added a feature that I find necessary, which is the progressbar. I'm having a bit of trouble: https://github.com/gotd/td/pull/1430/files#diff-542426cfaa760b18e8d3570ce615670687cc1937b86140c4af5b67f419088a6cR34-R37 I hope someone will help me optimize this code :)

`The import path of protovalidate-go has recently changed! If you are updating from a version of protovalidate-go prior to v0.11.0, please update your source code to move the import path...

LGTM
size:S

I had some problems using DateTimeWithTimeZone or DateTimeUtc from sea-orm https://github.com/SeaQL/sea-orm/blob/e0679785ba4aff93b60e91e2cf20196a41d37570/src/entity/prelude.rs#L34-L43 My struct is generated from sea-orm-cli ``` #[derive( Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize, utoipa :: ToSchema, )]...