Michael Lenaghan

Results 80 comments of Michael Lenaghan

Picking up on Graham's point, if you look at the code I sent you'll see it creates a single string port for the entire import. If you look at the...

"When using *buffered* ports Chez would read output-size bytes into its output-buffer." Oops: make that "input-size" and "input-buffer". On Wed, 15 May 2019 at 10:38, Michael Lenaghan wrote: > Picking...

Use the info as you like. Your library saved me time by enumerating the values; I was just trying to repay the favour. :-)

I finished my initial barebones implementation — very easy, thank you! — and I’m starting to poke around the data. I get the impression that what you call a user...

This issue isn't about directory structure, it's about the fact that the `.htaccess` file that Automad ships with exposes files that shouldn't be exposed. The initial comment demonstrated access to...

@benharvie See issues #52, #58, #59. I report security-related issues like those from time to time. For example, I recently reported some cookie-related security issues to another open source CMS....

I don't have an M1 Mac, but I did see this in the [README](https://github.com/jart/cosmopolitan#arm): > The second catch is that MacOS needs a little bit of help understanding the ELF...

For what it's worth, I was able to use the [README](https://github.com/jart/cosmopolitan#arm) instructions to cross-compile `redbean.com` for `aarch64` on an `x86_64` machine, and then execute it on an M1 using `ape`....

I spun up a brand new M1 Mac instance on AWS. These were the steps to get `redbean-demo-2.2.com` running: * Open Terminal * `softwareupdate --install-rosetta --agree-to-license` * `curl "https://redbean.dev/redbean-demo-2.2.com" -o...

> After removing broken ape, redbean does run. Do you mean "without assimilate", or something else? And was the broken `ape` installed by a previous run, or something else? Maybe...