Paul Berg
Paul Berg
@byara's solution worked for me. Did it work for you too, @HansFalkenberg-Visma? If yes we could close this issue.
After a bit of investigation, I found out that this is a bug, either in Waffle or in Buidler's integration thereof: https://github.com/nomiclabs/buidler/issues/638
I'm running into the same issue when running Mocha tests: I'm on [email protected] and using the latest version of the dotfiles. **Update**: it looks like this is a [known issue](https://stackoverflow.com/q/46853198/3873510)...
@lucasff's solution works, but it needs to be updated for Apple Silicon: ```bash $ chsh -s /opt/homebrew/bin/bash ``` Homebrew installs packages in a different location now (`/opt/homebrew`).
@franclin check your colors profile - it's a known problem with the Solarized Dark theme that sometimes it blackens out the text. You may have to tweak the contrast a...
Just created a PR for this. https://github.com/olivierlacan/keep-a-changelog/pull/427
Thanks @lognaturel, glad to hear.
In case it helps anyone, my issue had to do with yarn workspaces. I had two frontend packages that were using `node-sass` but only one of them had it listed...
Commenting to cast my support. As of writing this comment, Solidity is among the fastest-growing programming language in the world.
Hey @phyBrackets! On a second thought, it might not be the best idea to add a contributors section in the README. This repo is frequently forked and reused, but users...