Patrick Golden
Patrick Golden
Great, thank you. I ended up hosting my own server. I had to hack around a bit to get the server to work in a subdirectory. Would support for that...
Sorry, I meant setting it up to serve from a URL that included a pathname, e.g. https://example.com/cors-anywhere/ The base proxy URL is always set to only include the host name...
To be clear, it was only a problem when a requested resource would redirect.
> The issue that you've reported is more specific: the requested resource behaved incorrectly, and always returned a redirect under certain circumstances (#27 (comment)). Yes, you're right. I was referring...
This code in `.init.lua` fails with the same message: ``` unix = require 'unix' unix.execve('/snap/bin/firefox', {'/snap/bin/firefox', '--version'}, {}) unix.exit(1) ``` ``` $ ./redbean.com need to run as root or suid...
It might be an accident. In the latest group of changes I tried to make the color/order of buttons consistent, but this one might have escaped me. I'll take a...
You're right, it is confusing to have both that, *and* a "restore from backup" functionality. The backup storage format is different from a plain dataset because it preserves the full...
Good idea. I'll give it a good think on Wednesday when I have some free time.
There's a function that does the ID replacing: https://github.com/periodo/periodo-client/blob/master/modules/periodo-app/src/linked-data/utils/skolem_ids.js The question is, as you point out, Ryan, how can the client know that a new period has been accepted and...
The GUID suggestion would work to fix the duplicate submission issue, but it wouldn't deal with what Adam is talking about without having to get tricky about periodically checking for...