Marcello

Results 28 issues of Marcello

I am trying to select just some fields to reduce the data I have to put into my json result. I looked into building the query myself: ``` $sql =...

I found this when running : make testpkg m.client = nil and should not be ;-) ``` panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime...

make test ``` ./tests/test.sh fastschema.go:34:12: pattern all:pkg/dash/out/*: no matching files found Testing all fastschema.go:34:12: pattern all:pkg/dash/out/*: no matching files found cover: open fastschema/tests/coverage/coverage.txt: no such file or directory ```

package sonnet should be package sonnet_test (or rename the test files) decoder_test.go would then be decoder_internal_test.go But preferably do the first :-) Because then you test your lib as other...

This is the output: ``` # github.com/webview/webview_go vendor/github.com/webview/webview_go/webview.go:16:10: fatal error: 'webview.h' file not found #include "webview.h" ^~~~~~~~~~~ 1 error generated. ``` Do I need to install something extra?

**Actual behavior** A clear and concise description of what the bug is. generated code ``` // GetMoreRecordsJSON mocks base method. func (m *MockCountryRepositoryInterface) GetMoreRecordsJSON(arg0 map[string][]string) ([]byte, error) { m.ctrl.T.Helper() ret...

## Description With running tests, you can use "-shuffle on" to shuffle all the tests. It would be nice if this could be the same inside a Suite. ## Proposed...

enhancement