-
Coy version: f8e4534
Go version: go version go1.8.3 darwin/amd64
It happened right after the account connected.
```
fatal error: concurrent map iteration and map write
goroutine 1 [running, l…
-
I have `libgtk-3-dev` version 3.12.2 installed on Ubuntu 14.04, but when I run `go build main.go` I get the following output:
```
# github.com/gotk3/gotk3/gtk
could not determine kind of name for C.g…
-
Coyim crashes when clicking "Export private keys".
Coyim > Help > About tells me I am using version 1.0.
This is the log:
```
(CoyIM:5537): GLib-GIO-ERROR **: No GSettings schemas are instal…
-
[gdk_pixbuf_new_from_bytes](https://developer.gnome.org/gdk-pixbuf/unstable/gdk-pixbuf-Image-Data-in-Memory.html#gdk-pixbuf-new-from-bytes)
This is critical for single binaries that store data in mem…
-
This happens on OpenBSD. I've build other stuff with vanilla gotk3 and it works fine. I guess problem with the vendored version of `gotk3` or with `gotk3adapter`. Not sure that this is OpenBSD specifi…
-
非常感谢,已经编译成功,但是不知道如何集成到walk和gotk3,
func CreateBrowser(hwnd unsafe.Pointer, browserSettings *BrowserSettings, url string, offscreenRendering bool) (browser *Browser)
请问函数的第一个参数hwnd具体表示什么?是walk/gotk3的win…
-
`
Pango:ERROR:/build/pango1.0-hEi7pY/pango1.0-1.36.8/./pango/pango-layout.c:3916:pango_layout_check_lines: assertion failed: (!layout->log_attrs)
`
GUI is complicated as hell. What am I doing wrong…
-
I started merging @agl go-gtk into @mattn go-gtk after I realized the @agl fork had broken error reporting : https://github.com/agl/pond/issues/143#issuecomment-72358811
I’ve started work on a pull r…
-
When I try to install it using the command `go get github.com/mattn/go-gtk/gtk`, I get the following error:
```
# github.com/mattn/go-gtk/gdk
../../../golang/src/github.com/mattn/go-gtk/gdk/gdk_dar…
-
### Expected behavior
```
$ godep save
$ echo $?
0
```
### Actual behavior
```
$ godep save
godep: Package (flag) not found
$ echo $?
1
```
### Steps to reproduce behavior
Run godeps save.
### `god…