Thanabodee Charoenpiriyakij
Thanabodee Charoenpiriyakij
@carrascoacd I think the library cover all that you want. The main difference is that I use attributes following this guide https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/rpc.md. It might not cover all from the document...
I want to start something simple like execution time such as `[:grpc, :server, :start]`, `[:grpc, :server, :stop]`, `[:grpc, :client, :start]` and `[:grpc, :client, :stop]`. (Event prefix can be change). This...
Yeah. I’ll looking into it after setup ci is done. :)
The possible solution is build go library that connect and manage boltdb and build this library with c-shared mode (see `go help buildmode` for more details). That is an idea.
Quick fix by following patch: ```diff diff --git a/cmd/ekz/ui.go b/cmd/ekz/ui.go index 31e2eef..de4ae1f 100644 --- a/cmd/ekz/ui.go +++ b/cmd/ekz/ui.go @@ -80,16 +80,18 @@ func uiCmdRun(cmd *cobra.Command, args []string) error { logger.Waitingf("press Ctrl...
I found it cannot access resources. If double click on context in `Contexts` menu, it show the error:
If we want to support on Atom, I think we should explore on tree-sitter-grammar for Earthly. It can be apply more text editor that support tree-sitter by default (neovim, emacs...
From the last discussion, the library has few bugs on windows like https://github.com/elixir-protobuf/protobuf/issues/280 and the maintainer conclude that we should tackle all of it. See discussion in https://github.com/elixir-protobuf/protobuf/issues/279#issuecomment-1160130633 for more...
Looks like it requires to port build docs to Elixir before removing out?