Eric⭐

Results 5 issues of Eric⭐

文档和README好像都没有说究竟支持哪些格式(扩展名),希望有一个比较全的列表。 It seems that neither the document nor readme has said which formats (extensions) are supported. I hope there is a complete list. 目前已知支持: - mp3 - ape 请问还有么? Currently...

```go api := jsoniter.Config{ DisallowUnknownFields: true, }.Froze() any := api.Get([]byte(`{"data":[{"a":1}]}`), "data") var data []struct{} any.ToVal(&data) if err := any.LastError(); err != nil { panic(err) } ``` 如代码所示,ToVal方法没有返回`error`,LastError()始终返回`nil`。 请问如何修复?

希望提供windows 32位编译版本

Thank you for providing this testing tool! When I tested using the **RX5600XT** graphics card, I found that the tool reported **5GB** of graphics memory, while my graphics card was...

Thanks for such a fancinating openssl GUI tool. However, CGI application is not very convenient to deploy. Is there any docker image at DockerHub?