Vladimir Vinogradov

Results 7 issues of Vladimir Vinogradov

It'll be wonderful if people can pull docker image and use it without installing node.js and build the project.

I created Health Check metrics but I get a console notifications that unable to record ``` 2017/03/20 08:02:14 unable to record metric of type *metrics.StandardHealthcheck ``` You can find implementation...

Hello I need to return user-friendly errors for example `'test' is out of range ('foo', 'bar')`. I tried to use custom errors for change message but I cannot get validation...

Driver count `?` symbols in comment text ```go package main import ( "database/sql" "log" _ "github.com/mailru/go-clickhouse" ) func main() { conn, err := sql.Open("clickhouse", "http://127.0.0.1:8123/default?debug=1") if err != nil {...

I have a problem with highlighting a block of codes in the Working tree. Background of words doesn't override. How can I do that? Version 1.35.1 (1.35.1)

I've got a panic when using your library (2.1.0) with `github.com/microsoft/[email protected]` sql driver. Stack trace ``` /usr/local/go/src/runtime/panic.go:770 +0x124 github.com/qustavo/sqlhooks/v2.composed.OnError({0x14000a5a650?, 0x2?, 0x104ad1740?}, {0x1051a44d8, 0x140009884e0}, {0x10517a120, 0x14000acade0}, {0x1043e2b1a, 0x23}, {0x1400073c940, ...}) /Users/vvinogradov/go/pkg/mod/github.com/qustavo/sqlhooks/[email protected]/compose.go:52...