Jörg Krause
Jörg Krause
Running a luvi app that layers on top of luvit (version 1.12.1) using `fs.createReadStream()` fails: ``` # luvi --version luvi version: v2.7.5 zlib version: 1.2.11 rex version: 8.40 2017-01-11 libuv...
I''ve an issue with doing an HTTP request on an IPv4-only embedded system. The following code is a snippet of getting the file size of a remote file. Unfortunately, I...
Unzipping the zipped release file fetched from `https://lit.luvit.io/packages/luvit/lit` using `unzip` on Linux gives a wrong timestamp: ``` sh $ unzip v2.3.1.zip -d lit-2.3.1 $ ls -l /home/joerg/lit-2.3.1/main.lua -rw-r--r-- 1 joerg...
The musl C library is very strict when it comes to POSIX. As `libnfs.h` uses `struct timeval`, which shall be defined in `` (as defined by [POSIX](http://pubs.opengroup.org/onlinepubs/009604499/basedefs/sys/time.h.html)), linking any binary...
The FairPlay authentification works fine with iOS, but fails with iTunes: _The AirPlay device "myap2" is not compatible with this version of iTunes._ Something i noticed: iTunes sends an OPTION...
First, many thanks for sharing this awesome implementation! When running the examples, I get the following error message: ``` 2020-04-18 18:54:27.460 ERROR 8969 --- [ntLoopGroup-6-1] io.netty.util.ResourceLeakDetector : LEAK: ByteBuf.release() was...