Rom Grk
Rom Grk
Check that all switch statements are exhaustive. Note: - https://github.com/romgrk/node-gtk/blob/master/src/value.cc#L496
- Add https://github.com/wotzlaff/node-gstreamer-tutorial
See https://github.com/romgrk/lister/tree/node-gtk-bug-settimeout
in `tests/boxed__initialization.js`
```js const attr = new Pango.AttrSize(10) console.log(attr.toString()) // in node 12: [object AttrSize] // in node 14: [object Object] ``` Not sure what is the cause of this change. We...
Check what's going after after using manually `.free()` or `.unref()` for both types of memory transfer. https://github.com/romgrk/node-gtk/pull/198#issuecomment-648396507
Issue described in https://gitlab.gnome.org/GNOME/gjs/issues/44. Test with `VTETerminal.setColors(fg, bg, palette)`