fyi. errors might happen also in the toString() function.
the general problem needs to be globally addressed - maybe with a truffle update or with removing truffle's web3 in the scripts and only using the wrapper.
fyi. errors might happen also in the `toString()` function.
the general problem needs to be globally addressed - maybe with a truffle update or with removing truffle's web3 in the scripts and only using the wrapper.
I think I merged this too fast and without actually running the code.
you set the const contributors variable inside a try block, so the variable is not available further down? or am I missing something?
I think I merged this too fast and without actually running the code.
you set the `const contributors` variable inside a try block, so the variable is not available further down? or am I missing something?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
fyi. errors might happen also in the
toString()function.the general problem needs to be globally addressed - maybe with a truffle update or with removing truffle's web3 in the scripts and only using the wrapper.
I think I merged this too fast and without actually running the code.
you set the
const contributorsvariable inside a try block, so the variable is not available further down? or am I missing something?That could be the actual reason why I wasn't able to list contributors anymore. Sorry! 😳