落心

Results 17 issues of 落心

I want to add remove,like: ```go listA := pie.Strings{"1", "2"} listB := pie.Strings{"1", "3"} // [ "2" ] fmt.Println(listA.Remove(listB...)) ``` In some scenarios, there will be a desire to weed...

$ go build cmd/start-concurrent-engine.go && start-concurrent-engine -h Usage: start-concurrent-engine [--type TYPE] [--id ID] Options: --type TYPE, -t TYPE id type,support: aid: 下载单个视频 upid 下载指定up主的视频 --id ID, -i ID 视频或up主的id --help,...

由于系统限制64位的python无法调用32位的dll文件,能否请发生编译一份64位的dll呢,或者提供一下编译方法

![image](https://user-images.githubusercontent.com/33619903/178670825-b34407e4-ad7b-4378-b289-dda1697f71ea.png) I use code in server ```go app.Use("/", func(c *fiber.Ctx) error { if websocket.IsWebSocketUpgrade(c) { c.Locals("allowed", true) return c.Next() } return fiber.ErrUpgradeRequired }) app.Get("/", websocket.New(func(c *websocket.Conn) { c.Close() }, websocket.Config{...

When I compile `linux_arm64`, there will be an error, I don't know how to solve it ```shell /usr/local/go/pkg/tool/linux_amd64/link: running aarch64-linux-gnu-gcc failed: exit status 1 /tmp/go-link-2469378295/000000.o: file not recognized: file format...

### verify - [X] 我已经仔细阅读[项目文档](https://github.com/tindy2013/subconverter/blob/master/README-cn.md),确认现有功能无法解决我的需求 - [X] 我已经检索过现有[issue](https://github.com/tindy2013/subconverter/issues),确认与现有issue的内容并不重复 - [X] 我已经尝试自行解决,确认自己没有能力解决 ### 功能描述 对于程序化的转换,希望可以通过header里的节点数量来决定是否需要读取response body,以节省带宽资源 ### 可能的解决方案 _No response_