quantonganh
quantonganh
I found a way to do it: ``` go build -o a.out go tool buildid a.out cp stdout a-buildid.txt exec awk -F/ '{print $2}' a-buildid.txt cp stdout a-actionid.txt go build...
> Hi @sibeliu, I cannot load the model in my Intel i7 machine. I get: > > ``` > main: build = 635 (5c64a09) > main: seed = 1686146865 >...
In my case, since I want to use `broot` as a side file tree for [helix](https://github.com/helix-editor/helix). When I press `l` or `enter`, the selected file will be opened in the...
I'm building a simple terminal UI for ChatGPT: https://github.com/quantonganh/chatgpt My issue is the same as @F1bonacc1: > when using the regular (terminal) selection (mouse mode on + shift || mouse...
As a workaround, I have to hold the `option`-`command` key down while dragging the left mouse button to select block of text.
I solved it by counting how many items are hidden base on the height of list: ```go var hiddenItemCount int list.SetInputCapture(func(event *tcell.EventKey) *tcell.EventKey { _, _, _, height := list.GetInnerRect()...
How can I make the test passed if there are some dependencies in my code? https://drone.gitea.io/go-gitea/go-sdk/152/1/2
@lunny Could you please review this before I update other files?
@lunny Have you tried `tea pulls` with a repo which has no open pull requests? https://github.com/go-gitea/tea/issues/17