Jeff Li

Results 11 comments of Jeff Li

一个非常好的实现 [appflowy system design](https://github.com/AppFlowy-IO/appflowy/blob/cdb36f9526505ce765067e957c3a88bad2c42013/doc/APPFLOWY_SYSTEM_DESIGN.md),目前看起来 rust 表现最好,但可惜我不会 rust,一直没发现 go 有很好的多平台方案,cgo 本身已经不简单了...

> Go to the Covergates repo settings page, and at the very bottom there is a section called Filters. I hope this is what you are looking for. > ![image](https://user-images.githubusercontent.com/60048565/103126359-52992280-468e-11eb-9c8d-0bcc7ac90744.png)...

Sorry, I'm not sure if this is a gitlab issue What I know: - the repository is public - my user rights are developer - when I open this release...

> which is the URL that works? You also mentioned in the original post something about the url changing when editing and saving the release... does the URL change then?...

```diff - filename := "/" + name - releaseLink, _, err := c.client.ReleaseLinks.CreateReleaseLink( + releaseLink, _, err := c.createReleaseLink( projectID, releaseID, - &gitlab.CreateReleaseLinkOptions{ - Name: &name, - URL: &linkURL, -...

https://github.com/go-ini/ini/blob/5e97220809ffaa826f787728501264e9114cb834/struct.go#L211-L212 Here's where the problem might lie If you can, I suggest you switch to uint16 or a larger uint :smile:

> That's what I did. Does the lib parse byte arrays? I wonder why that comment is there. My guess :disappointed_relieved: All values loaded in the ini are considered to...

组织:明源云客 地点:中国深圳 场景:作为业务日志查看、分析使用

htmx is a good choice, and if it can be like [templ](https://github.com/a-h/templ), there can be - It's like writing rust/go - A freer, more modular combination of

MacOS 11.6.2 (20G314) Zed 0.106.2 ![image](https://github.com/zed-industries/community/assets/42930263/181177fb-55a8-4ea0-b088-8135a63a8841) I encountered a similar issue where Zed couldn't find the "go" command when starting. This might be due to Zed not having access to...