Reynir Björnsson
Reynir Björnsson
On a quick inspection it looks like the only real change we made to tree_layout was to decrease Treemaps._threshold. I'm not sure of the importance of that change... ```diff diff...
Dear @Drup, I have unvendored tree_layout (our changes didn't make a difference to the output), and I have restored JSOO support in https://github.com/roburio/modulectomy/pull/10. However, it's bound to an older version...
Ok, it terminated after perhaps 5 minutes.
``` $ time ocp-index print Core.Hashtbl Core.Hashtbl module (module Core_kernel__.Core_hashtbl) real 0m0.885s user 0m0.753s sys 0m0.131s ``` ``` $ time echo '#require "core";; #doc Core.Hashtbl;; ' | utop OCaml version...
I have not used caddy before, but I searched around a bit and I found this: https://github.com/caddy-dns/rfc2136 I'm not sure exactly how it works, and it may not be able...
Happy to hear it works! :partying_face: It defaults to trying branch `main` if not specified :-)
I think it is different (but maybe related). This issue is about how the rss/atom feeds are scraped and turned into markdown documents with metadata. I don't know how the...
I think the sliding window implementation is interesting. The default window size (see option `--replay-window` in openvpn) is 64, so 62 is maybe acceptable. On the other hand they write...
I used openvpn 2.6.3 and a custom build with extra debug logging and tls-crypt protocol_dump fix 2.7_git. In both cases OpenSSL 1.1.1w is used.
I observe this in http-lwt-client with a DNS timeout even if I have a more responsive name server as second entry in resolv.conf.