DuDaoDong
DuDaoDong
@a-dwarf 好的,未来版本回添加decimal处理。
> Functions that make HTTP requests should accept context for cancellation. Even worse, an http client with default options is used. Not only it doesn't have any timeouts, creating a...
> Functions that make HTTP requests should accept context for cancellation. Even worse, an http client with default options is used. Not only it doesn't have any timeouts, creating a...
@a-dwarf, 后期会添加,或者您也可以fork仓库后自行开发,然后提pr merge.
> 支付一下. 添加decimal迫在眉睫!!!!! @lifetin [decimal](https://github.com/shopspring/decimal) 这个库已经很完善了,再写一个功能很难比这个好。
@suntong no, I don't use this library anymore.
Hi @JosephTLyons, I try again and get the zed log, it seem to be the downloading copilot issue. How to aviod it? zed log screenshot:
It happened when opening all folders. But it works now, after I restarted my computer and updated the version of zed.
ok, 可以提PR @MrXionGe
> > ok, 可以提PR @MrXionGe > > 我可以吗?😂😂😂我只是刚刚入门Golang,说实话,我对自己的代码没有信心。我觉得您可以看下我这段代码片段的思路,然后以新特性的方式加入到新版本中。 可以加入到新版本中,另外,可以用strings.Cut实现这个功能,参考以下代码: ```go func SubInBetween(str string, start string, end string) string { if _, after, ok := strings.Cut(str, start); ok { if before,...