David Barreto

Results 9 issues of David Barreto

**Describe the bug** When trying to declare a contract that has already been declared on testnet fails with `LibraryError: -32603: Internal error`. This is the full error message: ``` LibraryError:...

Type: bug
discussion needed

I was able to predefine a lot of flags for the Protostar CLI using profiles in `protostar.toml` like this: ```toml [profile.testnet.project] account-address = "0x011088d3cbe4289bc6750ee3a9cf35e52f4fa4e0ac9f42fb0b62e983139e135a" private-key-path = ".pkey" network = "testnet"...

Set Starknet with lowercase n

In my opinion, the font size of the slides is too small considering that we are using a projector, people might be sitting far away or some of them might...

In the slide number 33 (Make Items Findable) we are suggesting students to use the HTML attribute "id" inside the for loop for easier testing like this: ```html ({{i}}) {{item}}...

In our Angular 2 build system we are using a combination of Typescript and Babel to have the best of both transpilers. I'm pretty sure the only reason we were...

enhancement
ng2

I think it would be a good idea to use the `@rangle` scope on npm to group more packages built by us, avoid naming collisions and following the same pattern...

enhancement

The structure of the file `account.json` that describes an account contract only supports one type, `open_zeppelin` that relies on a single signer using the stark friendly elliptic curve found in...