vikram mishra

Results 5 issues of vikram mishra

Are there any plans on supporting Gorm V2 as V1 is almost deprecated.

Hi Team, I have below annotation on .protofile ```proto string email = 7 [ (validate.rules).string = {ignore_empty : true, email : true} ]; ``` But the generated code doesn't take...

Bug
Go

I have 2 different directories ``` 1. ./resources/db/migrations/ ā”œā”€ā”€ 00001_create_a.sql ā”œā”€ā”€ 00002_create_b.sql ā”œā”€ā”€ 00003_create_c.sql ā”œā”€ā”€ 00004_create_d.sql ā”œā”€ā”€ 00005_create_e.sql ā”œā”€ā”€ 00006_create_f.sql ā””ā”€ā”€ 00007_create_g.sql 2. ./resources/db/seed/ ā”œā”€ā”€ 00001_seed_a.sql ā”œā”€ā”€ 00002_seed_b.sql ā”œā”€ā”€ 00003_seed_c.sql...

Hi Team, I'm getting this segmentation fault error, when trying to build the sveltekit project with vite. ``` goroutine 1 [chan receive]: github.com/evanw/esbuild/internal/helpers.(*ThreadSafeWaitGroup).Wait(...) github.com/evanw/esbuild/internal/helpers/waitgroup.go:36 main.runService.func2() github.com/evanw/esbuild/cmd/esbuild/service.go:114 +0x59 main.runService(0x1) github.com/evanw/esbuild/cmd/esbuild/service.go:160 +0x4ed...

Can I use geometry types, uuid and chrono types ?