Jioby

Results 10 comments of Jioby

哈哈哈,支持大佬整个Swift版本的

> link: https://github.com/iikira/BaiduPCS-Go The author has closed the repository, you can search other forked repositories, eg: https://github.com/qjfoidnh/BaiduPCS-Go

> I have a value id=16607535815717977617: > > ```go > id1 := cast.ToString(id) // -1839208257991573999 > id2 := strconv.FormatUint(id, 10) // 16607535815717977617 > ``` > > which is an unexpected...

我没看错的话,是“借鉴”了 https://github.com/bsm/ratelimit/blob/master/ratelimit.go

> > 首先确认 node版本v14.16.0 和npm版本6.14.11,如果不是请调整至对应版本 是否可以兼容下多版本,比如支持 npm >= 6.14.11。

``` 站点名称:格物 站点描述:做有进步的分享 站点地址:https://shockerli.net 已加友链:https://shockerli.net/link/ ```

> @geektutu 是不是描述写反了哦😆 ``` 站点名称:格物 站点描述:做有进步的分享 站点地址:https://shockerli.net 已加友链:https://shockerli.net/link/ ```

I've had this problem, too.

可以参考这篇文章: [一键解决 go get golang.org/x 包失败](https://shockerli.net/post/go-get-golang-org-x-solution/),用 `GOPROXY` 代理

将Hugo从0.88升级到0.99后同遇到。可理解为新版本Hugo放弃了一些模板变量,而模板没有跟进,就GG了。作者好久没维护了,我之前提的PR都半年了还没合并,所以只能用老版本的Hugo。