Michael Lenaghan

Results 76 comments of Michael Lenaghan

I don't know if we're talking about the same thing, but according to the README you only have to prefix `ape` (e.g., `ape ./redbean.com`) on macOS. I think that an...

`blink` is the "blink virtual machine" described [here](https://github.com/jart/cosmopolitan/tree/e0c2b91b3ec6f88d060d6059210a993a0ef46b08#arm). According to that description, `blink` is what's used to build executables that run on both `aarch64` and `x86_64` — by JITing `aarch64`...

In case it helps, this `Dockerfile` worked for me on fly.io: ``` FROM alpine:latest as build ARG DOWNLOAD_FILENAME=redbean-unsecure-2.2.com RUN apk add --update bash zip RUN wget https://redbean.dev/${DOWNLOAD_FILENAME} -O redbean.com RUN...

Btw, `redbean` uses just ~36MB on fly.io, and in light testing I haven't been able to get the average load above 0. (That's *total* memory usage. I also tried `redbean`...

@pkulchenko Roger that.

I didn't realize that building Lua didn't run Lua's tests. Five test files are ISO-8859-1 encoded. At the beginning of this process I converted them to UTF-8. The problem is...

> FWIW, I'd keep all the commits in one PR (like you have in your last one) as it's easier to read/process that way. If someone needs to check on...

In case it isn't obvious: the "Cosmo Lua 5.4.x to 5.4.y" links I've given show *only* the changes from .x to .y. The "Files changed" in the pull request, by...

@pkulchenko Sorry, Paul; I tried to get to this before we leave, but it looks like I've run out of time. (The conflicts aren't, for the most part, difficult, but...