-
## Phase 0
- [ ] Add pty bindings to luvit
- [ ] Add hostinfo to initiate session
- [ ] Implement relay server in luvit (accepts websocket connections from browser and tls from agent)
- [ ] Write web …
-
## Environment details
- OS: macOS
- OS version: Ventura 13.5.2 (22G91)
- node-pty version: 1.0.0
## Issue description
Does not work with [bun (https://bun.sh)](https://bun.sh)
#### index.…
-
`Luv.Loop.run` returns a boolean value whose meaning does not seem to be documented and, judging by the examples, in most cases is not used, but usually just `ignore`d.
I would argue that using `ig…
-
I'm working on the following project:
https://github.com/norlock/nvim-traveller-rs
But every time i try to acquire a lock it will crash it some error about thread boundary. Is there a way I can m…
-
RE: #629
If you create new work via the [`uv.new_work`](https://github.com/luvit/luv/blob/master/docs.md#uvnew_workwork_callback-after_work_callback) function and then queue it with the [`queue_wo…
-
I'm trying to run node-oracle on CentOS 6.4, however it crashes on executing even a very simple query. My test program is:
``` js
var oracle = require('oracle');
var connString = "(DESCRIPTION=(ADDR…
-
**Describe the bug**
Proxies in corporations block many behaviors, including the download of the NodeJS headers file in the screenshot below.
![aleph-ts-sdk-download-issue](https://github.com/al…
hoh updated
10 months ago
-
This enables autocomplete at the shell level
/opt/homebrew/opt/fzf/install
-
heya, just FYI
I have progress on generating bindings for sokol automatically for C# using an alternative method: https://github.com/lithiumtoast/sokol-cs
You can find my break down here: https://…
-
How libuv put callback function into event queue with response value ???