-
Hello,
I can't find a way to convert a go `image.RGBA` to a cairo surface without saving a png to disk. I have found this function in cario https://cairographics.org/manual/cairo-Image-Surfaces.html#…
-
### Package name
nwg-shell
### Package homepage
https://nwg-piotr.github.io/nwg-shell/
### Description
The nwg-shell project aims to create a consistent, GTK3-based user interface for the [sway](…
-
```bash
Building BOMulus...
Running BOMulus...
panic: runtime error: index out of range [0] with length 0 [recovered]
panic: closure error: unexpected panic caught: runtime error: index out of ra…
-
For my Ymuse project, which has quite a few widgets, I've created an [extended version of `Builder`](https://github.com/yktoo/ymuse/blob/master/internal/player/builder.go). It features the `BindWidget…
yktoo updated
4 years ago
-
Just started to use gotk3 and really think it's the best gtk library for go out there.
Don't know if feature requests should be placed here... I apologize if it's the wrong place for it.
Here it goes…
efgee updated
10 years ago
-
Hello,
So I adopted the coyim AUR package today hoping to update and fix the issues with it. The compile guide on the repository recommends uses `make build`, however this just hangs indefinitely:
…
-
### gopls version
Build info
----------
golang.org/x/tools/gopls v0.7.3
golang.org/x/tools/gopls@v0.7.3 h1:Lru57ht8vtDMouRskFC085VAjBAZRAISd/lwvwOOV0Q=
github.com/BurntSushi/toml@…
zhuah updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
As raised in other issues, it takes a *long* time to initially compile this module. It took my 8 core, 16G ram VM 4.5 minutes. I tho…
-
Hi!
So I know how to pass data if I connect the handler manually. Suppose I have a .glade file with a layout that has a button, a handler and a filechooser that I want to pass to the handler. Then …
-
A lot of the code have `runtime.SetFinalizer()` invocations that look like this:
```
runtime.SetFinalizer(p, func(_ interface{}) { obj.Unref() })
```
However, since `obj` is captured in the clos…