Nando Vieira

Results 46 issues of Nando Vieira

The Rails 3 requires the "tasks" directory to be inside "lib". This can be safely moved out since it works on previous versions as well.

- [x] Coupons with date limit - [x] Coupons with usage limit - [x] Coupons with amount discount - [x] Coupons with percentage discount - [x] Coupons tied to a...

Hi there! I created a [new paper wallet generator](https://github.com/fnando/stellar-paperwallet) using stellar-hd-wallet as part of SBC. I think this project would be a really nice addition to Stellar's official tools, as...

Right now this column type isn't that useful, because it accepts `a@a` as a valid e-mail address, which it is according to the spec, but is not really valid on...

I have this one project that uses the `urlsafe-base64` package. In order to use Yarn, I explicitly need to pass `--ignore-engines` to yarn. Can we pass any additional switches after...

### What problem does your feature solve? Make adding testnet and futurenet network config easier. This would simplify the getting started docs. ### What would you like to see? A...

![2018-05-07 at 11 02 am](https://user-images.githubusercontent.com/3009/39716832-459e3b8c-51e6-11e8-994b-49ea190741d0.png)

![2018-04-25 at 11 20 am](https://user-images.githubusercontent.com/3009/39264842-ac3ff86e-487a-11e8-8646-9a32b9ce2dbb.png)

### What Make global arguments global, so we can use it independently of the command order. ```console $ stellar contract deploy --wasm target/wasm32-unknown-unknown/release/hello_world.wasm --source alice --network testnet --quiet CBGMG2H756O2DP4BDDOPW6F5S6EJBJIMW3TXLDZ33236XS5KWZFN5PRP $...

### What Running command with `--quiet`: ```console $ stellar contract build && stellar --quiet contract deploy --wasm target/wasm32-unknown-unknown/release/hello_world.wasm --source alice --network testnet cargo rustc --manifest-path=contracts/hello_world/Cargo.toml --crate-type=cdylib --target=wasm32-unknown-unknown --release Finished `release`...