Nando Vieira
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.
Features
- [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...


### 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`...