404name
404name
- **problem** the [minimal examples](https://github.com/go-joe/joe/blob/master/_examples/01_minimal/main.go) seems don't work in win10。 as i run the examples and sent “ping” in cli there is nothing happen; - **analyse** the problem is happen...
>https://github.com/nsf/termbox-go/blob/master/_demos/hello_world.go When I change the hello world in the example program to Chinese, it is normal in the terminal that comes with the windows system, but in the cmd of...
用的一个项目使用了这个包,启动的时候异常了,排查到问题是本地ip可能转换得到负数,除余1023仍然得到负数,然后snowflake约定初始值是0-1023导致panic项目直接启动不了。 ``` // localIp得到负数情况下panic代码 Node, err = snowflake.NewNode(int64(localIp) % 1023) if err != nil { panic(err) } // 雪花算法抛出error逻辑 if n.node < 0 || n.node > n.nodeMax { return nil,...
【标题】get_cookie.py依赖chrome报错only Ubuntu and Debian are supported 【期望】是否只支持Ubuntu 和Debian ,如果是可否README里面注明 【报错信息】 ```bash python get_cookie.py 请输入手机号码 输入"exit"将退出服务 19xxxxxxx994 Traceback (most recent call last): File "/root/douyin/get_cookie.py", line 83, in main() File "/root/douyin/get_cookie.py", line...