Nazar Hussain
Nazar Hussain
I think what we should do is - open a issue on vitest repo to get this resolved (if it doesn't exist already) - create an issue on lodestar repository,...
Why does this function throw an empty string (`toThrow("")`)? Might be worth investigating _Originally posted by @nflaig in https://github.com/ChainSafe/lodestar/pull/6173#discussion_r1428019096_
**Description** I am using a particular ChainSpec configuration to run a test network to be utilized in simulation testing for the https://github.com/ChainSafe/lodestar/. We had been using an older version of...
Hi, I faced some issues with fragment caching while using that gem. Please look at the link http://stackoverflow.com/questions/14347602/fragment-cache-cant-modify-frozen-object-error-rails-3/14377501#14377501 for more details. Please address the issue, is it some bug in...
### Problem description We recently encountered a scenario where we faced an error from the beacon API endpoint. ``` error: Failed to send out exit message "PublishError.InsufficientPeers" ``` During the...
**Motivation** Allow multiple use-cases with the Lodestar Prover. **Description** - Allow users to not mutate the given web3 provider - Allow integrating custom provider types - Allow prioritizing the provider...
**Motivation** Use the latest dependencies **Description** - Upgrade Nodejs package limit - Use latest nodejs in workflows **Steps to test or reproduce** - Run all tests
## Describe the bug I am trying out a big bundled JS code in SES and faced with following error: ``` TypeError#1: Failed to load module "./html_comment_code.js" in package "test"...
I had been using this plugin in Obsidian to primarily replace my usage of `Numi` app. It would be really nice if you can add a feature like `TOTAL` function...
**Motivation** Avoid conditional parameters inside most frequently used methods. **Description** - For every message on the network `sendRequest` is used and that includes 4 conditions with `??` on timeout values....