Yizhen Wang

Results 9 comments of Yizhen Wang

I agree with you. Could you also please check this part? ``` app.Get("/:testid/:testId/other_paths", func(c *fiber.Ctx) error { return c.SendString("Hello, World!\ntestid: " + c.Params("testid") + "\ntestId: " + c.Params("testId")) }).Name("id") ```...

https://github.com/u2takey/ffmpeg-go/blob/8af5c3849807dcda756406a7b2b3631a5c90d53b/run.go#L7 https://github.com/u2takey/ffmpeg-go/blob/8af5c3849807dcda756406a7b2b3631a5c90d53b/run.go#L267 I think it's just removing two lines.

I run gpapi on windows 11 and linux (ubuntu 22 with openssl 3). With same version of python 3.10, gpapi==git+https://github.com/marty0678/googleplay-api, requests==2.23.0, urllib3==1.25.0, I can login on windows with email and...

> Turns out to be the version of requests not playing nice with the lib. I downgraded from requests version 2.25.1 to 2.20.0 and now I can sign in. I...

有可能会遇到人机验证界面。这对maa来说,是不太可能完成的。

You can use `read_typetree` to get animation clips.

Hi HerculeLiu, 1. 在官网首页有全局搜索功能,希望能够满足您的需求。 ![image](https://user-images.githubusercontent.com/29770303/174501503-56dae30f-7461-4b29-a505-8c3e117920dd.png) 2. 对于干员素材等,请查看友情链接 https://penguin-stats.io/about/links。 其中 ark-nights.com www.bigfun.cn/tools/aktools 均不错 --- @GalvinGao 是否需要在 https://penguin-stats.io/result/item 增加搜索框(素材筛选器

1. For penguin statistics related site, like accounting book, API docs, we can add `verified` icon and no need to show out-site link notification 2. For [Team members](https://penguin-stats.io/about/members) and [link...

How about `tar` files? Tar can append file to it and it's already implemented by mholt/archiver. https://github.com/mholt/archiver/blob/62ea3699423b5e2ac638af0c7dff408347e47777/tar.go#L106