Richard Pringle
Richard Pringle
Hey @medvedev1088, looks like you're the one maintaining this repo. Please point me in the right direction if there's a better place to make this feature request as this would...
Argument to `path.dirname` must be a string ``` Object.dirname (/Applications/Atom.app/Contents/Resources/app.asar/src/electron-shims.js:9:10) getCargoPath (/Users/richardpringle/.atom/packages/tokamak/lib/rls.js:12:28) Promise (/Users/richardpringle/.atom/packages/tokamak/lib/rls.js:27:46) Promise (null:null:null) exec (/Users/richardpringle/.atom/packages/tokamak/lib/rls.js:25:10) Promise (/Users/richardpringle/.atom/packages/tokamak/lib/rls.js:72:5) ```
# Issue Silly typo in wiki: > may may make make You can cherry-pick the top commit my cloned version of wiki, https://github.com/richardpringle/cbc-casper.wiki (it's the latest commit on the master...
Feature request: Right now, it appears as though I can add "Slack-Notifications" once for a job, but I would love to be able to more granularly add notifications, ie have...
Here's my first shot at solving #5963. Please see the description in that issue to review this PR. I would rather the reviewer have an idea what I'm *trying* to...
**Context and scope** Hardhat is both unnecessarily restrictive and comes with a whole host of security vulnerabilities (not sure if it's `hardhat` directly or just its dependencies). It should be...
**Context and scope** The AvaGo install script is actually useful for any VM, so we should move the script to the AvalancheGo repo then fetch and install from there. **Discussion...
**Context and scope** Create a DSL to annotate DS-test functions such that not TS/JS needs to be written For Example: ```solidity /// TEST: "should be able to receive fees" |...
This all works with genache, but fails silently with ropsten and infura: Edit: The code below produces an invalid url for infura, but I would hope to see an error...
It would be great if there were a `Github-action` for the network-runner! Obviously, it would be nice to add a one-liner to workflows to make the cli available. Still, even...