Swastik Baranwal

Results 268 comments of Swastik Baranwal

@moul Heads up. My issue is solved. Thanks for your help!

How is the battery plugin enabled?

Yes, this issue should be closed now.

I am also getting an issue similar to this. Schema file ```sql CREATE TABLE IF NOT EXISTS movies ( id bigserial PRIMARY KEY, created_at timestamp(0) with time zone NOT NULL...

Finally starting back this series! (after 3 years)

With the latest V and new generic syntax: ``` file.v:16:13: error: cannot assign generic function to a variable 14 | } 15 | 16 | anon := fn[mut cmd][T] ()...

> Fixes #16994 > > > #17031 has to be fixed first before this PR can be done completely. > https://github.com/vlang/v/issues/17031 has to be fixed first before this PR can...

This is something @joe-conigliaro would know because he was the one who ported the library from Go.