Frank Hale

Results 43 comments of Frank Hale

I'm going to look at this now, thanks for pointing me to the function to look at!

In the reload-file\* function root is empty on Windows because it splits on "/" which the Windows path doesn't contain. Just to test I changed it to "\" which seems...

For people still trying to figure out how to create externs, you may want to have a look at the following video and the companion Github repo. While it's not...

There are also extern generators like the one below which can automate most or all the process. https://github.com/jmmk/javascript-externs-generator https://jmmk.github.io/javascript-externs-generator/

I have a list of 20 packages that never get removed from the list even though they were upgraded. Since I've seen this issue for a year and a half,...

@TheBlckbird looks like you compiled Godot without the editor. I believe you have to pass `target=editor` to scons when compiling.

With 17 active PR's just sitting there should we now consider moving this over to a group that can maintain it? I've been actively watching this repo for a while...

You might find it easier to use `vcpkg` than doing manual setup of libraries in Visual Studio. https://vcpkg.io/en/index.html

I don't think a sample is really needed of my icon because the same icon works fine in NW.js 0.40.0 and in much older releases. I've been using the same...