GeneriK

Results 5 issues of GeneriK

## Name of the extension you are adding [Vertical Limit](https://marketplace.visualstudio.com/items?itemName=generik.vertical-limit) ## Why do you think this extension is awesome? It extends VS Code with handy commands for faster navigation and...

Hi, I've replaced the lexerStream type with the golang text/scanner.Scanner type. My commit causes syntax changes with string escaping. Now there is a real difference between single and double quotes....

## Explain your user case and expected results The insert and update should use the custom format for CreatedAt and UpdatedAt. So that there is no error loading the user.

The method `Info.FileVersion()` panics if an excecutable has no meta data. ``` github.com/bi-zone/go-fileversion.Info.verQueryValue({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}}, {0xc0002a8060, 0x24}, 0x1) C:/Users/jkeller/go/pkg/mod/github.com/bi-zone/[email protected]/version_info.go:334 +0x279 github.com/bi-zone/go-fileversion.Info.verQueryValueString({{0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}}, {0x7b50?,...

## GORM Playground Link https://github.com/go-gorm/playground/pull/772 ## Description On SQLite with a custom `SerializerInterface ` and `SerializerValuerInterface ` datetime type for `CreatedAt` and `UpdatedAt`: Insert works fine but on Update time.Time...