mirabilos
mirabilos
I can post U+FFFD � now, in 0.10.0-rc3 git-f431974 (but I haven’t tested the over a million other codepoints).
tobi dixit: >I'll close this now then, since we can't realistically test the million >other codepoints. If it comes up again, we can reopen the issue. That’s what I was...
tobi dixit: ***@***.*** do you have any input on this? I know you've been having a ***@***.*** with markdown posting lately :P Just because I want some formatting, though I’d...
I’m currently running (via `/admin/actions`) a daily manual prune with days=0 because it didn’t let me do 0.5 and using 1 doesn’t delete nearly enough… I’m about to run out...
Yesplease! Having no way to copy links to load them in a private browser window is… I’d even call it an insulting deficiency. This is a bug, not an enhancement.
Yeah well it doesn’t for me:  It does work with Pinafore as client. It’s worth noting the server software is Gts.
I do see a couple log entries when typing `@ariad` though: ``` @40000000636aee4d18128384 timestamp="09/11/2022 00:03:15.403" func=router.loggingMiddleware.func1 level=INFO latency=7.983283ms clientIP=2001:4dd7:3371:0:e4f4:3247:862a:abaa userAgent="Metatext/2 CFNetwork/1335.0.3 Darwin/21.6.0" method=GET statusCode=400 path=/api/v2/search msg="Bad Request: wrote 697B" @40000000636aee4d23c2617c...
Christopher Masto dixit: >Having an transparent “see data from their server” without having to >actually browse to their server would be a huge usability win. Not to mention the traffic...
are there corresponding limits for ptraddr_t (and why’s the guide not updated for the new name)? ok I guess one could use `((ptraddr_t)~(ptraddr_t)0)` as limit as with all other unsigned...
and are there cpp constants to check whether to use `vaddr_t` or `ptraddr_t` (with CHERI) or `uintptr_t` with a fallback to `size_t` (on nĹŤn-CHERI UNIX)?