raichu

Results 13 issues of raichu

If you go run minimal.go and keep resizing the window for a while, you'll see that the memory usage goes up.

The lengthy code looks like it was auto-generated, so I first looked for the generating code to add QGLWidget there somehow, but it wasn't there (is it handwritten??). I hope...

I'm wondering if it's possible to use this library along with SDL2? https://github.com/DeedleFake/sdl https://github.com/jackyb/go-sdl2 https://github.com/scottferg/Go-SDL2

I'm trying to display an image, whose size adapts to window size. But after a few resizes, the memory usage reaches 1GB! What is the proper way of loading a...

According to the docs, there's `gdk_pixbuf_new_from_stream` but it requires `GInputStream`. Would it be too difficult to handle?

Currently, the only way to extract arguments from a `*glib.CallbackContext` during a callback seems to be via unsafe package. How about something along [these lines](https://github.com/conformal/gotk3/blob/master/glib/glib.go#L141)?

Will there be a way of SELECTing rows via SphinxQL?

It would be nice to able able to get a list of all file(names) without having to reopen the archive. Currently, we can check filenames one by one using Next(),...

Another feature request: is it possible to add Previous, First, Last, JumpTo, NFiles functions? In fact, API-wise, only JumpTo and NFiles should be enough (similar to what lib7zip provides), replacing...

Less verbose than `rardecode`, and `unrar` has also been the name of the *nix utility for a long time. If there are plans for an encoder, that I can suggest...