scaszoo
scaszoo
Hi Hrob, You probably solved that issue by now. But everybody else who's looking for an answer: `CGO_LDFLAGS="-L/tmp/libjpeg-turbo/lib64" CGO_CPPFLAGS="-I/tmp/libjpeg-turbo/include" LD_LIBRARY_PATH="/tmp/libjpeg-turbo/lib64" go run main.go` would work fine. But of course you...
@ashu171996 'sudo apt-get install libjpeg-dev' should solve your issue :-) For mac e.g. `brew install jpeg` helps to retrieve the neccessary includes and libs. Running e.g. `CGO_LDFLAGS="-L/opt/homebrew/Cellar/jpeg/9d/lib -lm" CGO_CPPFLAGS="-I/opt/homebrew/Cellar/jpeg/9d/include" go...
Hi :) Any chance the enhanced LibJPEG bindings gonna be finished? :) I'm curious what enhancements await us :) Thanks for you efforts....
@harukasan and @unak I'm curious still. Would it be possible to publish the results as far as you got (as WIP) or maybe make the private version available? :-) Cheers!
Hello @rikonor, were you ever able to find an explanation or even solution to the issue mentioned here? :) Cheers
Just kindly asking again @harukasan and @unak :) Would you be willing to publish the work in progress and/or the private libjpeg binding version? :)
Depending on wether use$neOperator is set to true or false we get defective results either way at the moment: use$neOperator: false countDocuments (1), countDocumentsWithDeleted (6), countDocumentsDeleted (5) ==> restore() countDocuments...