Salvador Girones Gil

Results 3 issues of Salvador Girones Gil

Pasted the code and error main.go ``` package main import ( "log" "github.com/eknkc/amber" ) func main() { res, err := amber.CompileDir("./views", amber.DefaultDirOptions, amber.DefaultOptions) if err != nil { log.Print(err) }...

### Is your feature request related to a problem? The `surreal` binary can be compiled with different combinations of storage engines, features, crate versions, etc When debugging binary issues, some...

feature
topic:cli
topic:tooling

This PR tackles three main issues: * *Propagate TraceID to the backend:* this change enables Datadog APM to link the SDK traces with the backend traces and logs * *Use...