Dennison Bertram

Results 13 issues of Dennison Bertram

# Description I"ve been following this tutorial to check out serverless components: https://serverless.com/blog/how-create-rest-api-serverless-components/ Looks great, however when it comes time to deploy I'm getting this error: (full error at the...

As a note, I'm on a Galaxy note 8, The Opera Beta Browser (the one with the crypto wallet) does not function with the burner wallet. The wallet loads, but...

bug

When developing with ZepKit, the ZepKit will not run unless you have Ganache running. It will give you the error: `Failed to load web3, accounts, or contract. Check the console...

bug

I'm really excited about Lotionjs, it really opens up Cosmos to a whole..... cosmos of Javascript developers. ;-) However, I'm curious about the future of Lotionjs, development seems to have...

Fixed a typo. `getLaunchesByIds` example was show missing an `async` statement in front. The same file in the `final` folder has the `async` descriptor and, well, it's required. :-)

=First off, great library! I wanted to ask, do you think it's possible to add integers as keys an option? I like the addresses and bytes32 but I have a...

Expected Behavior: When creating a new instance of a contract: ``` const {accounts, contract, defaultSender} = require("@openzeppelin/test-environment") const [myAddress] = accounts; let instance = await myContract.new({from: myAddress}) ``` I would...

bug

This is a feature request: When we use OZ proxy contracts, there is a sense of not understanding exactly how the code works. Viewing the underlying solidity that makes the...

In testing `zos create2` I noticed that the interactive commands don't always work. ``` ✘ dennisonzeppelin@Dennisons-MBP  ~/Documents/create2  zos push Compiling contracts with Truffle... Compiling your contracts... =========================== >...

priority:low
topic:cli

Clean install of the `[email protected]`. `npx zos push` returns: ``` dennison@Dennisons-MBP  ~/Documents/zostest  npx zos push User - Nothing to compile, all contracts are up to date. - A...

kind:bug
topic:dx