qodejs
qodejs copied to clipboard
Qode is a lightly modified fork of Node.js that allows injecting a third party event loop alongside Node's event loop. It is designed to be used together with `@nodegui/nodegui` and Qt
### Version _No response_ ### Platform macOS ### Subsystem _No response_ ### What steps will reproduce the bug? Run this with Qode environment: `require('http').createServer(function (req, res) { res.end('OK'); }).listen(3000);` The...
npm install fails on debian 11 (bullseye) with ``` [K[?25hnpm ERR! code 1 npm ERR! path /home/darko/GitHub/nodegui-starter/node_modules/@nodegui/qode npm ERR! command failed npm ERR! command sh -c node install.js npm ERR!...
Tried to run `nodegui-starter` and got this error: ``` error D:\mlp-mpv\nodegui-starter\node_modules\@nodegui\qode: Command failed. Exit code: 1 Command: node install.js Arguments: Directory: D:\mlp-mpv\nodegui-starter\node_modules\@nodegui\qode Output: Error while setting up Qode: Error: Error...
when I use upx , to compress qode.exe, it can't run, the autor of upx say that, if a pe file pack with Cotrol Flow Guard, it can't run. so...
Right now, projects packaged using [nodegui/packer](https://github.com/nodegui/packer) still run the REPL by default when executed with no target script. This is undesirable behaviour, obviously, and the lack of clarity around that...
### Version 18.12.1 ### Platform Linux soul 6.1.0-27-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01) x86_64 GNU/Linux ### Subsystem _No response_ ### What steps will reproduce the bug? its missing, preventing...