a

Results 137 comments of a

i started on this, but realized it was a non trivial task to get the full functionality i wanted, as you would need to figure out the diffs between your...

my 2 cents: i dont know any clients that read data structures directly from ssz bytes, so since the response payload will probably be decoded in whole, i don't really...

could you remove the depdnency on @ethersproject/address

> Interesting idea. I could see the value in that, since right now only simple arguments are supported. the limitation is as you point out - we are currently able...

ah, i didn't know unnamed blocks were a no-no. some more things i thought of: 1. should nested keys should exist? for instance - ``` import snippet { foo {...

``` (snippet_block) { basic_auth { {block} } } (snippet) { basic_auth { {blocks.users} {blocks.admin} } } # pw: hiccup :3838 { route / { import snippet { users { user...

https://github.com/caddyserver/caddy/tree/master/caddytest/integration/caddyfile_adapt should tests for this be created here? if i create new .caddyfiletest in the directory, will it just work tm

created some simple tests, block, blocks, nested snippet with name conflict. let me know if you have any other thoughts, i can try to make some more

@francislavoie i was wondering if i needed to do anything to move this along. if not, thats fine, just not sure if i should be doing anything other than merging...

previously i have worked with seaweedfs, which allows for side-adjustable clusters with discovery similar to how you describe. they use raft for this: https://github.com/seaweedfs/seaweedfs/blob/master/weed/server/raft_server.go possibly a similar approach can be...