Tiago Peczenyj
Tiago Peczenyj
## Question I am using env variable YAMLFIX_SEQUENCE_STYLE as "keep_style" and I have a yaml file like this ```yaml --- foo: - - bar: ``` after running `yamlfix` I got...
Hello I am trying to use sq to generate dynamic queries and I need to generate a complex combination of WITH (cte) and several queries via UNION ALL example ```sql...
some improvements in format, imports and fix some lint issues
1. I note that one unit tests was failing 2. since the min go version is 1.13 we can use %w to wrap error instead perform string interpolation with %s...
I add the description from https://iabeurope.eu/wp-content/uploads/2023/05/FAQ_-TCF-v2.2-.pdf
Hello There are two useful interfaces that I often forget to implement when I am using the enumeration types on command line flags There are two common interfaces: - the...
fixing ioutil deprecations and format source code there are still two deprecations that I have no idea how to fix properly: perhaps by using github.com/iancoleman/strcase solve some of the issues...
port of https://github.com/dmarkham/enumer/pull/82 this pull request will adds an optional method `Validate() error` -- and this is a very common interface -- that return an error if the `IsA() bool`...
## Description In case of a panic inside MethodCalled, the mock mutex is not released. All subsequent calls to mock methods will block and the test will timeout eventually. This...
I just run the following code ```console go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test -fix ./... ``` this should quickfix all of the following issues find: ```console $ go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test ./......