Fabio Arnold

Results 15 comments of Fabio Arnold

Thanks for testing. I probably need access to real hardware to fully resolve this issue. :(

> Is it worth adding Mach-O header detection to the isExecutable check in addition to ELF and shebang? I opened a PR here: https://github.com/ziglang/zig/pull/21555

Thank you for reporting! I think I introduced this regression when I added the path clipping feature.

According to [the docs](https://zine-ssg.io/docs/superhtml/scripty/#Alternative) you can use: ```html ``` (but it doesn't currently work for me 😅) Edit: sorry, I totally missed that you were using SuperMD instead of SuperHTML.

After a discussion on Discord here's what worked for me now: ```html RSS ``` ```zig .alternatives = [{ .name = "rss", .type = "application/rss+xml", .layout = "blog.xml", .output = "index.xml",...