Kevin Bluer

Results 21 issues of Kevin Bluer

Some candidate libraries to explore... - https://www.openzeppelin.com/contracts - https://github.com/transmissions11/solmate - https://github.com/ConsenSys/UniversalToken

needs requirements

Example of this in use at the following: https://github.com/microsoft/vscode-extension-samples/tree/main/progress-sample

priority5 🌀

More detail to follow.

enhancement
good first issue
dao

Pretty simple feature that adds a right-click context menu for running `truffle exec path/to/script.js` as per the screenshot.

Not sure if it's just local to my machine, but currently it takes ~3-5 seconds to load the networks tab. cc @xhulz @michaeljohnbennett @acuarica how's it looking on your sides?

Detail to follow

priority5 🌀

Ability to run a script (via `truffle exec`) from a right-click context menu. This will only need to trigger on JavaScript files (as I believe `exec` currently doesn't support TypeScript)

priority5 🌀

Still working on consistent (or as close as possible) repro steps. In the interim, a few excerpts from 2 different stack traces... ``` TypeError: Cannot read property 'typeClass' of undefined...

priority3 🔧

See #11 below for example. Potentially / logically called "Truffle Console"... ![](https://code.visualstudio.com/assets/api/ux-guidelines/examples/architecture-sections.png)

enhancement

Detail to follow

priority5 🌀