Rom Grk

Results 558 comments of Rom Grk

I've found a few issues that I've listed [here](https://github.com/sammydre/ts-for-gjs/issues/21). Thanks for your contribution!

Nothing new here, `ts-for-gir` has a `node-gtk` mode. There were some issues but I think it was at least somewhat usable.

I did a quick overview, here are a few notes: 1. GObject classes have `$gtype`, but node-gtk has `__gtype__: BigInt` 2. There are some events missing, e.g. on Gtk 3.0...

Can reproduce, I'll investigate more. @wotzlaff if you have any hints here I'd be happy to have your input. One thing I've noted, uv's doc says: ``` Note 1. Callers...

The case can be simplified to the following code. Any synchronous out-of-thread callback fails. Async callbacks are fine. ```js const task = new Gio.Task(null) task.runInThreadSync(() => { console.log('callback called') })...

@peat-psuwit sorry for the delay, was traveling a bit this summer. Overall this looks good, one thing though. For all the changes it makes, the PR only has a single...

Alright. There is #269 open to add libgimarshallingtest which does that kind of stuff, we can add more tests once the lib is used for testing. I'll merge as soon...

How is this one related to #302? Do you want to include the memory ownership thing here?

Got it. You can fix the last comment up here and it's ready for merging.

Yes, it's been way too long since the last release and many bugs have been fixed. In [docs/maintainers.md](https://github.com/romgrk/node-gtk/blob/master/doc/maintainers.md) the release procedure is documented. Basically it's: `npm version xxxx` && `npm...