Ernest

Results 5 issues of Ernest

please consider changing: https://github.com/rcrowley/go-metrics to the more lively fork: https://github.com/WinnerSoftLab/go-metrics

### The following program `sample.go` triggers an unexpected result ```go package main import ( "github.com/traefik/yaegi/interp" "github.com/traefik/yaegi/stdlib" ) func main() { i := interp.New(interp.Options{}) i.Use(stdlib.Symbols) _, err := i.Eval(`import "fmt"`) if...

hi, for local development, we setup the zerolog logger with a ConsoleWriter. However, since the crzerolog handler is removing the "level" field, replacing? it with "severity", the console writer cannot...

Hi, I have a SQL statement that contains `GROUP BY EXTRACT(MONTH FROM issue_date)` After parsing this statement and writing the AST using `String()` on the root node, it returns an...

Originally submitted to pgx repository, but the solution is a fix in this one. See https://github.com/jackc/pgx/issues/1562