dogeFu
dogeFu
Problem: "c++.json" file in ".\test-cases\themes\syntaxes" can not be parsed to a grammar, using the way the readme.md file says. I called loadGrammar method to parse this grammar file, **But the...
``` "cmake-js": { "runtime": "electron", "runtimeVersion": "13.0.0", "arch": "x64" }, ``` This version download node.lib file for linking.But it was built with libc++(It has exports function like 'std::__1::shared_ptr'). So there...
I set a lua function as a callback in C++. In a child thread ,I call a "run_in_main_thread" function , to call this callback in main thread. (because this callback...
Re: # ### Changelog * support natice scene for editor. ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot...
 I read the readme_psd.md,failed to find where to get to rotaion of a layer,can you help me?
My addon use function from STL,I want to run it in electron. so I need to rebuild it with libc++. Here is how I use: ``` electron-rebuild -f --use-electron-clang true...