Jerome Gravel-Niquet
Jerome Gravel-Niquet
I'm not sure I have much to add. I mostly used the linked Dockerfile and it worked. Inspired (read: ripped off) from: https://hub.docker.com/r/alexmasterov/alpine-libv8 That said, there are alpine images with...
I ran into this Today. Anything blocking this?
I forgot about this and made my own PR. Without this change, hyper is vulnerable to malicious actors who may just open connections and never send anything. I'd love a...
Would a different config please everybody? Maybe `http1_header_start_timeout`?
Hmm, what could that be? Is the site_id comparison always true in the new logic?
Can probably close this one now, fused in #422
We're also interested in this, but the path would stay the same, the DB would be on a different host. I assume the following is possible: - dump the db...
> 2. Open the new db (do not load the cr-sqlite extension yet) > 3. Write your own UUID into the site_id table (as a blob of 16 bytes) >...
I've had more thoughts which I shared on Discord, but thought I'd write them here in a more concise and contextual manner. I've been pondering this and wonder what happens...
Perhaps a clearer rundown: - node A writes ID 1 -> produces version A:1 - node B writes ID 1 -> produces version B:1 - node A receives B:1 ->...