Marius Petcu

Results 61 comments of Marius Petcu

I was meaning to do this PR myself when I got time, but I didn't do it yet because I wasn't fully happy with the semantics. For example, I'm not...

@fstirlitz That could work. If `onCreateScope()` identifies the new scope as a function scope and then `onLocalDeclaration()` subsequently calls back saying "this is a function argument", then that's enough information.

Same problem here. I was using `lang en_US.UTF-8` to get unicode clipboard to work (#880) and in 0.36 it stopped working.

Yes, I am not using Node-API and it's out of my control. I'm maintaining a tree-sitter grammar and the bindings they generate use nan.

Oh! Good catch with the instructions. I edited the README. For 1.2.170 compatibility, I'll look into it when I'll catch some time this weekend.

Did I ever get to do this? I think this needs to be tested on HTML5.

For Linux it would be really hard/impossible since that would mean depending on something like GTK which wouldn't play nice with Defold's X11-based windowing implementation.

From what I know there are two ways to scale a display on Windows, which compound with each other. One which controls the actual size of the display on the...