Milan Nikolic

Results 16 issues of Milan Nikolic

MuPDF uses a `setjmp` based exception handling system, i.e fz_try/fz_always/fz_catch. In order to detect if file is broken or not this needs to be somehow implemented in Go.

Hi, I am still browsing through this package, I don't see a way to configure proxy. Can I do something with golang.org/x/net/proxy , I am interested in socks5 proxy. Thanks

enhancement
help wanted

New Android example is here https://github.com/veandco/go-sdl2-examples/tree/master/examples/android . Thanks to static libs now it is really simple to build apk. User needs to `import "C"` to export "main" function, https://github.com/veandco/go-sdl2-examples/blob/master/examples/android/main.go#L182 ,...

enhancement

I get linking error when I try to compile on ppc64le arch: ``` build/lib/local/.libs/libfreeradius-util.so: undefined reference to `pcre_jit_exec' collect2: error: ld returned 1 exit status make: *** [scripts/boiler.mk:663: build/bin/local/radict] Error...

defect
v4.0.x

QGLWidget is deprecated. Some work is done in qopenglwidget branch to replace it with new widget. Currently there are issues with QOpenGLContext that is missing getProcAddress() in PyQt5, http://doc.qt.io/qt-5/qopenglcontext.html#getProcAddress ....

There is a library here https://github.com/kbinani/screenshot with native (no cgo) support for X11 and Windows, and with macOS cgo support. Instead of implementing for every OS perhaps it is better...

Hello, Are there any plans to support Redis cluster https://redis.io/topics/cluster-spec ? Currently, we use Java destination with support for the cluster for that, but performance is not that good, real...

enhancement

Hi, I would like to persist checkers state, so if some check was in the failed state after I restart service I would like to still be in a failed...

v3
feature request

Did you consider using https://github.com/BurntSushi/xgb which is Cgo free/native binding to XCB? I am not sure though, but it should be possible to rewrite with XCB instead of Xlib so...

enhancement
NeedsInvestigation
platform-specific

There is an interesting issue here https://github.com/golang/go/issues/10447 , it would be great if you can support that in some way. Maybe to not return `nil, err`, but `image, err` where...