TekuConcept

Results 19 issues of TekuConcept

When I send a closing frame without a status code ie 0x8800 (masked or unmasked), the close callback returns 1006 while underneath it responds to the connection with 1000. Perhaps...

Cloning this repo, building, and running as-is works perfectly thanks to the project-lock.json. _(I believe this might be why the issue was overlooked.)_ But running `npm install @nodegui/nodegui` within a...

* **Version**: v19.8.1 * **Platform**: Darwin 22.1.0 Darwin Kernel Version 22.1.0 arm64 I ran c8 once, then changed the file-naming and folder structure, and ran c8 again. The paths do...

When running unit tests against grammar definitions, I currently do the following: ```js async function compileGrammarText(text: string) { return new Promise((res, rej) => { const proc = exec('npx nearleyc -q',...

`nl_socket_alloc()` is called but is never followed by `nl_socket_free()` in `main()`

The current functionality prohibits opening the explorer preview if the editor's target language is not one of C/C++. Yet once it is open, it remains open even for non-C/C++ editors....

Godbolt's Compiler-Explorer provides a great on-the-go convenience for side-by-side comparisons of C/C++ and assembly. However, it requires a network connection to work both in browser and in VSCode. What if...

Would it not be ideal to change the install prefix line in the Makefile from `PREFIX=/usr/local` to `PREFIX?=/usr/local`? That way a developer can specify where to install on a *nix...

- Routes are now in their own file, reducing index.js file size and perceived complexity. - Hardware specific calls have been moved to their own file. Route calls to hardware...