-
Once a UDP socket is connected in libuv, you have to call send with a null address or else you get `UV_EISCONN` and nothing is sent. There seems to be no way to do this through the uvw API, since th…
-
This seems to be an issue caused by https://github.com/ocaml/dune/issues/4121, however, I'm opening an issue here as well to track it on opam-monorepo.
This is preventing users from using `eio` in …
-
-
See link: https://hub.docker.com/layers/library/znc/latest/images/sha256-9ee87dce4120706eb1da4bbde51224efd1780117177e2e28ab5c72fc32669001?context=repo&tab=vulnerabilities
Looks like libuv needs to …
xgpt updated
8 months ago
-
Current, there are 83 unit tests, and it takes about 50s to run, it's too slow, we should improve the time usage.
-
TODO
When building with MinGW, the windows build fails on the libuv build
Probably caused by building libuv with "vcbuild.bat", which builds libuv with visual studio.
Therefor the libuv.a can not be…
-
**Describe the bug**
Building with libwebsockets leads to errors like
```
/nix/store/kr9ivkvs7vy6bvwskf7cdh4r4f3kn64m-libwebsockets-3.2.0/include/libwebsockets.h:244:10: fatal error: openssl/ssl.h:…
-
* **Version**: any
* **Platform**: windows
Hi, I believe it'll be very helpful if libuv will support ACL, and windows' ACL in particular.
Previously I suggested a feature on node js see: https:…
-
### Solution to issue cannot be found in the documentation.
- [X] I checked the documentation.
### Issue
I had an old environment with cmake 3.16.4, and updated cmake in this env to 3.25.1 (a…
-
### Replication of the Problem
```bash
gh clone listr2/listr2
cd listr2
pnpm install
# Any of the following:
pnpm run --filter examples start renderer-default.example.ts
pnpm test
cd package…