Nico Flaig

Results 422 comments of Nico Flaig

We have a dedicated validator client dashboard already, see [lodestar_validator_client.json](https://github.com/ChainSafe/lodestar/blob/unstable/dashboards/lodestar_validator_client.json). It is just missing a few metrics. - related https://github.com/ChainSafe/lodestar/issues/5061

Reopening as it was just partially resolved by https://github.com/ChainSafe/lodestar/pull/6415

> Can you add a test for this change? done

> I personally prefer this to #5394. yeah, I like it more as well since updating the type might annoy some people, and it's really just an edge case inside...

Closing as https://github.com/fastify/fastify/pull/5394 has been merged to `main`

> Thanks for reporting! Would you like to send a Pull Request to address this issue? Remember to add unit tests. I opened 2 PRs as I wasn't sure what...

There seems to be very limited information on the performance of `worker_threads` vs `child_process.fork` but benchmarks mentioned in https://github.com/orgs/nodejs/discussions/44264 and [this comment](https://github.com/orgs/nodejs/discussions/44264#discussioncomment-3428883) suggest that a child process might perform better...

Thanks @metcoder95, this is great information and confirms a lot of the research I had done already on the topic but it was never expressed in such a clear and...

Is there a workaround to resolve this issue? It prevents anyone from working on the schema and verifying changes via swagger ui by simply running a http server like [simplehttpserver](https://www.npmjs.com/package/simplehttpserver),...