Dhawal CL

Results 5 comments of Dhawal CL

I slightly modified the code with `else` , which seems to solve this micro bug ``` func (t *Trie) Remove(key string) { var ( i int rs = []rune(key) node...

If anyone is interested, latest changes from this PR can be found in this release https://github.com/beyondgrayzone/screego-server/releases/tag/v1.11.3.

> > If anyone is interested, latest changes from this PR can be found in this release https://github.com/beyondgrayzone/screego-server/releases/tag/v1.11.3. > > would you mind making a docker image out of it....

This is an issue for me too. Even though the generated code is in VC, I do not intend to manually change it. I am instead relying on making the...

Another thing I found is when using `enum` , `NULL` column/field and overrides applied like so ```yaml gen: go: ... emit_pointers_for_null_types: true overrides: - db_type: "timestamptz" go_type: "time.Time" - db_type:...