Johan Kiviniemi
Johan Kiviniemi
As for code that _requires_ unbounded recursion, Morte code is able to _generate_ any code. I’d be perfectly happy with a guaranteed-safe `ipfs` command that gives me an unsafe executable...
I’m not sure if I have understood this correctly, but I’m under the impression that `must-revalidate` only applies if the content has already expired. http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.4
It seems to me that `must-revalidate` means that given an object that expired according to `max-age`, a cache must return an error instead of a stale copy if it fails...
DNS lets you say explicitly for how long a record can be cached. Perhaps we should do that with IPNS names? `ipfs name publish --ttl=3h` which would be taken advantage...
It was mentioned on IRC that `resolve` does not provide TTL information to be used for `max-age`. `resolveOnce` could be changed to return a TTL value. `resolve` could start at...
Would this be a reasonable starting point? ``` diff diff --git a/namesys/interface.go b/namesys/interface.go index 09c296c..b0b740d 100644 --- a/namesys/interface.go +++ b/namesys/interface.go @@ -47,6 +47,14 @@ const ( // trust resolution to...
``` […] i'm overall -1 on returning the TTL on every Resolve call. i think that should be a separate function call. most uses of Resolve do not care. and...
Would it make sense to support a special SOA serial such as 0 one could use in combination with soa-edit-api which will override the serial anyway? The provider would just...
I would like a keyboard shortcut such as Ctrl+Shift+U to pop up a search field in which I can type a codepoint such as 263A or a Unicode character name...
EDIT: Restarting VSCode helped. I am experiencing this with VSCode 1.102.3 on Windows 11. The output: ``` LS executable path: Some(/home/ion/.local/bin/roc_language_server) LS debug executable path: None You are ready to...