Steffen Ansorge
Steffen Ansorge
I cannot get an error out of `vite serve` on an empty project with a linter error purposely build in, but `vite build` does display the error (twice). ### Versions...
Having a Go project with a file structure like the following is problematic when using absolute or relative paths [as suggested](https://github.com/volatiletech/sqlboiler/tree/master/drivers/sqlboiler-sqlite3#configuration) for the sqlite3 database in the sqlboiler config. ```...
### What version of SQLBoiler are you using (`sqlboiler --version`)? SQLBoiler v4.16.2 ### What is your database and version (eg. Postgresql 10) Microsoft SQL Server 16.0.1000 ### If this happened...
When connecting to a non-existent data source with the [sqlite3 driver](https://github.com/mattn/go-sqlite3), it does not return an error but creates that database file. That behaviour is not documented. Is that intended?...
I'm trying to run the go-test-coverage but it constantly ignores my excluded paths/files. `./.testcoverage.yml` ```yml profile: ./cover.out local-prefix: "broker" threshold: file: 70 package: 80 total: 90 override: - threshold: 0...
I have a monorepo with several projects, some Go, some other languages. Each Go project includes its own `go.mod` and a `.golangci.yaml` and I assumed that the linter plugin would...