Dmitry Klionsky

Results 15 comments of Dmitry Klionsky

@prasmussen, I see some unused code for CORS https://github.com/prasmussen/glot-run/blob/master/apps/glot/src/http/http_util.erl#L72-L83 Would you accept a PR?

> (gjs:7365): Gjs-WARNING **: 23:22:55.015: JS ERROR: Error: Requiring GtkClutter, version none: Typelib file for namespace 'GtkClutter' (any version) not found @egClutter.js:15:23 ``` $ sudo apt install gir1.2-gtkclutter-1.0 ``` >...

The problem is the addon has been built against libstdc++ that is newer than you have installed. What the below commands print on your machine? ``` $ cat /etc/os-release ```...

Seems like the answer to your question somewhere is the below three commits: * https://github.com/romgrk/node-gtk/commit/671f2efc7d5cb837b5f20482624afd7ca4d0720e * https://github.com/romgrk/node-gtk/commit/e07d138ac96d25422e70c18d2ac0332374ff4797 * https://github.com/romgrk/node-gtk/commit/4ade9703d1c1a61777f1b3045dcc1281b430e0a8 Anyway, if you target Linux versions 0.10.0 and 0.11.0 are pretty...