Vlad Ioffe

Results 73 comments of Vlad Ioffe
trafficstars

Do you want to try and submit a PR?

Hi, can you please share a stackblitz demo of your setup?

I will check it right after returning from my vacation (2 weeks)

@sanket360 , are you using mac OS?

@omrfrkazt so I am pretty new to go, and mostly looking for best practices. I would be happy to add tests to this project but I will need to see...

Actually, I meant to have something like this: ``` type UserRepo struct { db.Repository[UserEntity] } func NewRepository() *UserRepo { return &UserRepo[UserEntity]{ DB: db.GetDB("mydb"), Collection: db.GetDB("mydb").Collection("user"), } } func (repo *UserRepo()...

Worked for me on an empty project. can you please provide a stackblitz or a demo repo?