Jorge Araya Navarro

Results 66 issues of Jorge Araya Navarro

I've noticed that `dap-dlv-go-delve-path` is a global customization, if I change its value somewhere it changes everywhere. This breaks workflows for people using Go on a per project basis (say,...

This happens when running `nix flake check`. ``` golangci-lint............................................................Failed - hook id: golangci-lint - exit code: 3 WARN Failed to discover go env: failed to run 'go env -json GOCACHE...

flake

``` gotest...................................................................Failed - hook id: gotest - exit code: 1 --- FAIL: TestCreateFixture (0.00s) data_test.go:11: Error Trace: /build/src/cmd/db-creator/data_test.go:11 Error: Received unexpected error: sqlite: check foreign_keys pragma: reading schema information Binary...

flake

I wish for golang support of the code coverage format, it looks like this: ``` mode: set github.com/shackra/keisy-ian/app/bot-trader/app.go:20.89,22.28 2 0 github.com/shackra/keisy-ian/app/bot-trader/app.go:22.28,24.3 1 0 github.com/shackra/keisy-ian/app/bot-trader/app.go:26.2,50.16 4 0 github.com/shackra/keisy-ian/app/bot-trader/app.go:50.16,52.3 1 0 github.com/shackra/keisy-ian/app/bot-trader/app.go:54.2,60.8...

When I set the view to `html` and attempt to open an email that contains HTML, mu4e fails to open such email with the following error: ``` error in process...

During compilation I encountered this error: ``` cargoBuildHook flags: -j 12 --target x86_64-unknown-linux-gnu --offline --profile release Compiling proc-macro2 v1.0.87 Compiling unicode-ident v1.0.13 Compiling cfg-if v1.0.0 Compiling serde v1.0.210 Compiling libc...

title. Could you add the license information to the repo?

I encountered this edge case, say you have this struct transform with `camelcase`: ```go type Blog struct { ID string `json:"id"` WebURL string `json:"webURL"` } ``` Now, the API offers...

## Describe the bug I noticed my system freezes for 2 seconds and then things works as usual. Checking journalctl I see this: ```dmesg 399 │ may 26 10:44:55 woody...

bug