Andy Gorman

Results 20 issues of Andy Gorman

Is it possible to install the python vosk package in alpine linux? I think it's likely that alpine uses musl rather than glibc but I'm curious to see if it's...

I'm getting the following errors when I have dlib compiled with BLAS support (dlib-19.21). I've tried installing BLAS via yum (centos 7) and compiling from source (lapack-3.9.0). If I compile...

Is it possible to also get the recognizers confidence of a detected face?

Would you be open to a pull request that allowed a user of the module to set their own extraInitArgs? Something like: ~~~ func Args(args ...string) func(*Exiftool) error { return...

enhancement

**Is your feature request related to a problem? Please describe.** I'd like to be able to get `TaskInfo` when a task starts or stops. In my application I'm storing task...

enhancement

**Is your feature request related to a problem? Please describe.** I have a few different use cases where it would be nice to be able to change a tasks payload...

enhancement

I'm having an issue where when build the binary inside a docker container and then try to run it on another machine I get `SIGILL: illegal instruction`. If I build...

…re closed properly by call to wait This would solve #68. I haven't fixed the failing tests yet and wanted to get your opinion. Thanks!

There is a deadlock in the code if the exiftool process is killed before the parent process calls Close(). The deadlock occurs here https://github.com/barasher/go-exiftool/blob/master/exiftool.go#L183. It happens because r and w...

Seems like this hasn't had any activity in quite awhile. Is this still a maintained library?