Patrick Mihelich

Results 3 issues of Patrick Mihelich

The pip resource checks whether the latest version is installed using essentially `pip search pkg_name | grep -i INSTALLED.*latest`. This can give false positives if you have one or more...

`Appender.AppendRowArray` doesn't recognize the `sql.Null*` value types like [sql.NullString](https://pkg.go.dev/database/sql#NullString). Clients can provide a `driver.Value` that is either `nil` (to insert NULL) or a fundamental type, but the `sql.Null*` types are...

feature / enhancement

Thanks for this package! I'm encoding video with input from an external camera driver, and I need to populate frame buffers (managed by FFmpeg in the C heap) in code....