gechandesu

Results 5 comments of gechandesu

I've just added empty v.mod in project's root and its worked: ![Image](https://github.com/user-attachments/assets/bd9ff3a1-439e-4228-b18c-bf8c5c888e50) @ctkjose, I think this is one of the issues you are trying to address in https://github.com/vlang/v/discussions/24569 ?

I suggest rename the ConnectionPoolable methods, IMO the struct name (that implements interface) should make it clear that the action is performed on the connection. Using the `implements` keyword will...

Related https://github.com/vlang/v/issues/25861

I was thinking about this in the context of the new VPM implementation. Local dependencies can be resolved by creating symbolic links in the `modules` directory. VPM can read the...