Tom Striker

Results 5 issues of Tom Striker

I'm using `source-filesystem` plugin to get contents from a dozen content files and generate a page using graphQL. I noticed that the build hash after `runWebpack` is finished here https://github.com/gridsome/gridsome/blob/809aaf8a8b40d07ef89c34c32bfe783e33b61f43/gridsome/lib/build.js#L24...

bug

in do_expose we can do this trick to paint the background transparent: ``` context.set_operator(cairo.OPERATOR_CLEAR) context.fill_preserve() context.set_operator(cairo.OPERATOR_OVER) ``` the main app window also needs this: win.set_app_paintable(True) win.set_colormap(win.get_screen().get_rgba_colormap()) via http://stackoverflow.com/a/4902541/46617

original bug https://bugzilla.gnome.org/show_bug.cgi?id=588501

enhancement

Oh if only someone could make sound effects for APX

I bumped into this while switching from node version to the python one (which is a port of this lib, i believe). There is a number of 'void' elements that...

bug
low priority