Jacob Schneider

Results 42 comments of Jacob Schneider

Further digging has revealed it's fairly doable, although I'm not sure how it would be integrated with NodeJS: https://gist.github.com/ad8e/dd150b775ae6aa4d5cf1a092e4713add#file-glfw_ship-cpp-L108

@mhdawson Hi, I've tried everything I can think of, including [this answer](https://stackoverflow.com/a/3184000/7792079) that shows how to do it, but unfortunately, that doesn't work either, I'm guessing because it's either outdated,...

@mhdawson Hi, yes, I do have an example of the code, [here](https://gist.github.com/J-Cake/d7ee17dd8b635c2deb8445012b25d1cc). The error is this: window.cpp(25): error C2664: 'v8::Local v8::FunctionTemplate::New(v8::Isolate *,v8::FunctionCallback,v8::Local,v8::Local,int,v8::ConstructorBehavior,v8::SideEffectType)': cannot convert argument 2 from 'v8::Local (__cdecl *)(const...

I'm not using N-API because in my opinion, it's best to learn a language/framework without additional layers of abstraction first, plus libraries in general just don't seem to work. As...

when I do this, I get a new error: `window.require is not a function`

More of the same from me :/

Any update on this? I'm using exactly all of the things causing issues mentioned above. It's quite important to me because I have a pretty sophisticated markdown-based typesetting setup, where...

Hi @liZe. Thanks for the speedy reply I'll do some experimentation, and get back to you. Unfortunately, I don't have to time available right now, but hopefully soon. I'll keep...

# Update: I've noticed that the issue only really arises when rendering text. The following example runs ```typescript import * as ng from '@nodegui/nodegui'; const win = global.win = new...

## Update 2 The aforementioned working project stopped working under nodegui 0.54.* however, both resumed working normally under ng 0.53.*. After breaking this version as well, I was able to...