Skip to content

Instantly share code, notes, and snippets.

@copiesofcopies
copiesofcopies / ssf-icla.md
Created July 19, 2016 14:53 — forked from maoo/ssf-icla.md
Symphony Software Foundation ICLA

The Symphony Software Foundation

Individual Contributor License Agreement (“Agreement”)

Thank you for your interest in The Symphony Software Foundation (the”Foundation”). In order to clarify the intellectual property license granted with Contributions from any person or entity,the Foundation must have a Contributor License Agreement (“CLA”) on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection as a Contributor as well as the protection of the Foundation and its users; it does not change your rights to use your own Contributions for any other purpose. If you have not already done so, please complete and sign, then scan and email a pdf file of this Agreement to secretary@symphony.foundation. Alternatively, you may send an original signed Agreement toSymphony Software Foundation,

$ ui-test
(ui-test:14399): Gdk-ERROR **: The program 'ui-test' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadLength (poly request too large or internal Xlib length erro'.
(Details: serial 1590 error_code 16 request_code 139 (RENDER) minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
@copiesofcopies
copiesofcopies / gist:41fb8ff7942eb3ad5244
Created September 23, 2014 03:04
Minimal broken Go ui program
package main
import (
"github.com/andlabs/ui"
)
func mainWindow() {
w2_button := ui.NewButton("Open Window 2")
// Open window 2
$ xmpp-gui
** (xmpp-gui:14697): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
(xmpp-gui:14697): Gtk-WARNING **: GtkEntry 0x1686b10: widget tried to gtk_widget_get_height inside GtkWidget ::get_height implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_height directly rather than using gtk_widget_get_height
(xmpp-gui:14697): Gtk-WARNING **: GtkEntry 0x1686d10: widget tried to gtk_widget_get_width inside GtkWidget ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than using gtk_widget_get_width
(xmpp-gui:14697): Gtk-WARNING **: GtkEntry 0x1686f10: widget tried to gtk_widget_get_width inside GtkWidget ::get_width implementation. Should just invoke GTK_WIDGET_GET_CLASS(widget)->get_width directly rather than u