-
from my analysis of the requires, all the files reachable from runtest are:
- alicorn-expressions
- alicorn-utils
- base-env
- derivers
- environment
- evaluator
- fibonacci-buffer
- format
-…
-
Currently only have a few precompiled binaries for Luvi's newer releases. We've been meaning to set this up for a while but never gotten around to it. Example of when release deploying was added to lu…
-
# FEATURE REQUEST
## Description of Request
- support more recent, stable `luvit` releases
## Reason or Need for Feature
- Build and compilation process for `luvit` is broken:
- `dev` t…
-
@songgao Do `luvit` really needs it now? I think that's absolutely unnecessary because **we have support for [npm](http://npmjs.org) starting from the latest version `0.8.2`**!
https://github.com/luv…
-
Following-up with https://github.com/luvit/luv/issues/718#issuecomment-2407216958):
The SEGFAULTs mentioned here are related to a specific use case, which seemingly violates a core assumption in th…
-
https://github.com/q962/luvit/commit/feb3610b67474cf947794f7d55d3c2701882ab9b
Can't get errors like port occupied etc.
I don't understand why the error is not known until listen .
Shouldn't the…
-
Basically I'm trying to get Luvit running on iSH, and I've been trying to build Luvit using a script from `luvit-bin` repo on GitHub, but it has stopped on running Luvi (not a typo). When I try to run…
-
* **Version**: 1.45.0
* **Platform**: Linux
If `stat_cb` in `test-fs.c` is modified to access a field of the `statbuf` like so:
```c
uv_stat_t* stat = &req->statbuf;
ASSERT(stat->st_size)…
-
I have a completely normal net server on Linux, it's fine until you get flooded with small messages and have a callback for data. For reference the other side just streams 'y' constantly to the file…
-
Trying to make my project modular to make it easier to work with and turns out requiring within a require disables luvit require even with ./
Error:
```
No error requiring from main
No error requi…