Rom Grk

Results 163 issues of Rom Grk

```js const rect = new Gsk.RoundedRect() const size = Graphene.Size.create(0, 0) rect.init( Graphene.Rect.create(0, 0, this.getAllocatedWidth(), this.getAllocatedHeight()), size, size, size, size ) snapshot.appendBorder( rect, [1, 1, 1, 1], [RED, RED, RED,...

bug

Errors in `setImmediate` callbakcs corrupt the async context and appear as C++ stack traces, not JS stack traces.

https://github.com/GNOME/gobject-introspection/blob/master/tests/gimarshallingtests.c PyGObject version comes with a makefile: https://github.com/pygobject/pgi/tree/master/tests/libs/gimarshallingtests Edit: Handle #228 at the same time.

high-priority

In order to have higher quality bindings, we need to put more work into this. More maintainers means more work. Therefore, we need to find more maintainers. (also, our bus...

help wanted

Closes #241 This is a work in progress, I'll need to spin a windows VM to continue development & testing. Relevant: - https://gitlab.gnome.org/GNOME/glib/-/issues/693

https://github.com/spk121/guile-gi/issues/107

Technical stuff: - [x] Signals #45 - [x] Overrides #31 Non-technical stuff: - [x] list supported nodejs versions - [x] list supported platforms - [x] update package.json - [x] Add...

1.0

Source: https://github.com/romgrk/node-gtk/issues/177#issuecomment-700976292 > hi, i further examined some problems with my node-gtk app and extended the drawing area example with moving the circle arround with the mouse where i detected...

bug

Such as ```javascript const GtkStyleProviderPriority = { FALLBACK: 1, THEME: 200, SETTINGS: 400, APPLICATION: 600, USER: 800, } ```

See `tests/function_call__inout.js`