mierenhoop

Results 3 issues of mierenhoop

Cosmopolitan's `FormatBinary64` function gives incomplete representations of integers 2 and 3. Shown in redbean's interpreter: ``` >: for i = 0, 8 do print(i, bin(i)) end 0 0 1 0b1...

When starting a daemonized redbean server on a remote machine using ssh: ```sh $ ssh machine /redbean.com -d ``` The ssh session does not return. This was fixed when adding...

Hi, I'm trying out `fm.serveContent("cgi", ...)` with cgit. Cgit itself takes ~20ms on a simple page, but when running it through fullmoon's CGI module the request takes ~520 ms (measured...