Felix021

Results 25 issues of Felix021

works if set to subdirectories, but fails when set to disk root. ``` [Window Title] Open Folder [Content] \\127.0.0.1@8086\DavWWWRoot is not acccessible. You might not have permission to use this...

![image](https://github.com/bytedance/IconPark/assets/367085/0c88c5fc-4276-4dfe-95ac-0515247d565b)

to fix `json: unsupported type: general.Map` error when trying to marshal msg.Arguments into json format.

Standard [Thrift Binary Protocol](https://github.com/apache/thrift/blob/master/doc/specs/thrift-binary-protocol.md) does not require an extra field before payload to indicate the payload size (such as the [Framed transport](https://github.com/apache/thrift/blob/0.13.0/doc/specs/thrift-rpc.md#framed-vs-unframed-transport)). Therefore, to decode such a thrift payload (i.e....

help wanted

**Describe the bug** For example, when the client fails to encode a request, it's actually a client-side error, but Kitex is still returning `ErrRemoteOrNetwork`, which is a little misguiding. **To...

good first issue
help wanted

#### What type of PR is this? feat #### Check the PR title. - [X] This PR title match the format: \(optional scope): \ - [X] The description of this...

Help needed to implement the GenericStreamClient for kitex. If you're interest, please write a detailed plan for your implementation. Advice for the task: - Create a thrift project, use kitex's...

help wanted

Currently custom registry (specified by `server.WithRegistry(r)`) [always get the listen address](https://github.com/cloudwego/kitex/blob/v0.9.0/server/server.go#L511), even if a `registry.Info` with `Addr` set is specified by `server.WithRegistryInfo`. But there are cases that the listen address...

good first issue
help wanted

Currently Kitex users have to manually intialize a client/server with options, for example: ```go cli, err := somService.NewClient(svcName, client.WithHostPorts(addr)) ``` If there's a need to change the options, one has...

good first issue
help wanted