tastypear

Results 8 issues of tastypear

I recently meet a strange apk. APK: [APK file](https://www.dropbox.com/s/6vxrq2lrd9xse9s/com.chuangguansha.cgs2.apk?dl=0) standalone RSA: [RSA file](https://www.dropbox.com/s/3wb7g50jw7yod9e/CERT.RSA?dl=0) It can be installed correctly but apk-parser cannot parse the cert. This .RSA file is obviously smaller...

not support .obb

环境:本地Docker + 服务器自建BASE_URL 改造代理接口时,通过 PHP `file_get_contents("php://input");`获取 chatgpt-web 的 POST 信息,通过打印发现,从第三句对话开始出现大量重复的上下文。 ![21426](https://user-images.githubusercontent.com/1382667/224564769-941da792-c2b3-48e8-9a6b-712384e5b00d.png) ![21235](https://user-images.githubusercontent.com/1382667/224564775-0b9f407d-49a1-49c1-9fdb-311064091f50.png)

I tried to install udocker directly under Windows. It couldn't run because `pwd` is a UNIX-only module. I'm curious if this dependency can be replaced so that it will be...

question

同其他issue,关了也报,PC端流量下滑是趋势,觉得影响收入趁早转型 [而且也不是不能绕过](https://imgloc.com/i/yP6Zc)

See [this article](https://www.codeproject.com/Articles/11973/Registry-Symbolic-Links). The gui version can do that properly.

**Bug description** I deploy hlohaus789/g4f docker in HF Space: [https://huggingface.co/spaces/tastypear/g4f](https://huggingface.co/spaces/tastypear/g4f) Then I try to visit it with curl: ```bash curl https://tastypear-g4f.hf.space/v1/chat/completions -d '{ "model": "command-r+", "messages": [ { "role": "system",...

bug
stale

带验证的ipv6 + socks5失败,类似这样: `let socks5Address = 'user:pass@[2001:000:000:000:c0ff:ee:beff:000]:1080';` 本地用curl测试服务端是没问题的: `curl -v -x socks5://user:pass@[2001:000:000:000:c0ff:ee:beff:000]:1080 https://google.com`