Rom Grk

Results 163 issues of Rom Grk

Closes #12852 - Before: https://codesandbox.io/p/sandbox/flamboyant-davinci-2ch3pp?file=%2Fsrc%2FDemo.tsx - After: https://codesandbox.io/p/sandbox/flamboyant-wing-wdkzzl?file=%2Fpackage.json%3A6%2C29 Some of the resize logic doesn't replicate the dimensions logic correctly.

component: data grid
feature: Column resize

Otherwise this can't be used with the latest version of pixi.

Hi, I have an idea, and I don't really know where to put it, because I have few time to implement by myself now, so I'd like to know if...

enhancement

### Summary I was reading the source for `useReducer` and I noticed the returned array is always re-allocated. I figured it could be nice to reuse the value if there...

CLA Signed
Resolution: Stale

This SCSS compiles, but isn't parsed correcly by `scss-parser`. Final semi-colon is optional in SCSS as in CSS. ```scss .class { color: white; background-color: black } ```

https://github.com/Place1/node-gir/blob/109efbd129cfb415bacd34e5b60e5d0dcab2892d/src/closure.cpp#L70-L75 Here, wouldn't it be better to just use the part before `::` to find the signal name? E.g. if passed `notify::label`, just look for the signal called `notify`?

```js /* * gir-throw.js */ const gi = require('node-gir') const Gtk = gi.Gtk // main program window const window = new Gtk.Window({ type : Gtk.WindowType.TOPLEVEL }) const urlBar = new...

Hey! I'm the maintainer of https://github.com/romgrk/node-gtk (I've recently taken over the npm `node-gtk` package, which was originally owned by WebReflection/node-gtk). So I stumbled upon this fork of node-gir and I...

Hey, I'm developing `node-gtk`, that binds GObject introspected library, that is mainly used in GTK projects. I'm working on Cairo integration (the GTK drawing library) and the library can handle...

Mapping a command is less verbose than mapping a lua function.