David Brouwer
David Brouwer
In #566 we discussed that using an older version of `pg_export` on new Postgres versions doesn't work and causes the SQL export functionality to break. I just noticed that after...
 Above panic not put in code format \``` like this \``` Test Run: https://github.com/go-micro/go-micro/actions/runs/3155232990
Hi, love your library. I just found out not all errors are returned, but instead handled by a func as here; https://github.com/BoRuDar/configuration/blob/0bf51497fd0c0fc22938b4ac8f0d8e9aacd85cf9/configurator.go#L114 I found this quite strange behavior since the...
My problem with the current API is the `Start` method, as it only takes an address string. I understand the convenience of this, but would also really like a function...
Am I supposed to see virtual text like shown in the readme? I am only seeing the icon for passed/failed as virtual text 
Continuation of #24
Fix #25 Solution; track non json compiler output lines in a separate table as a build message. Add it at the top of the output of every test, as this...
The `go test -json` package has a tendency to include non-json output in some cases. For example when one (distant) sub-package doesn't compile. As a result of this, if I...
```js _0x64be2f = _0x3b3d74[-429 + -737 * 1 + 1167]; _0x1f0a2f = _0x3b3d74[-2123 + 3745 + -270 * 6]; _0x72bb57 = _0x3b3d74[-1 * 275 + 4833 + 1 * -4555];...
Currently the only way to write to file is with only `-o`, to use the default output name. `-o myfile.js` `--output myfile.js` `--output=myfile.js` doesn't work. Also the initial .js suffix...