Chris Hager

Results 231 comments of Chris Hager

Second that, would be great to have the ability to add code blocks into the main content.

Ah, I didn't realize that the data is not sent to the server. Thanks for clearing that up. I would say packaging this into an Electron app would take about...

What do you think about this? Browsers are complaining if we send eg. css files without the correct content type. This auto-detect is particularly useful if serving static files like...

I understand. Didn't know tinyweb code itself already pushes the limit so far :)

What's your compiler flags / full tsc command to reproduce the error?

Do you have a link to a failing `deploy_pages` job? Works fine on latest master https://github.com/metachris/typescript-boilerplate/runs/4236963691?check_suite_focus=true 🤔

I'd like to see a few upvotes on this PR as a measure of whether there's actually an interested community wanting this feature.

> I'm interested on how we can design that worse case fault recovery testing. 1. First we need the mitigation mechanism agreed and implemented in the CL clients. 2. Triggering...

> mitigating any malicious delays when requesting the payload I don't see how an additional timeout on the BN would help here. mev-boost tries to get the payload from all...

> relays release (header,bid) pairs to all instances of mev-boost that pings it In the current [spec](https://github.com/ethereum/execution-apis/pull/209/files#diff-20ad1b5e044517450181107c321127eff3a6beeb9deaee4906c9c90cc778daf9R260) that is true. The `getHeader` request is unsigned and can be sent by...