Nando Vieira

Results 46 issues of Nando Vieira

**Describe the bug** Upgrading to `@react-native-picker/picker`'s latest version prevents from using a custom icon in Android, because it never hides the original icon. **To Reproduce** Steps to reproduce the behavior:...

PS: Thanks for tokenbalance (I'm using it at https://portfolionow.co).

It'd be nice to have JSON output, maybe something like `--format` json or even `--json`. This would make the integration with editors like VSCode way easier.

enhancement

We received a message from Apple saying that the release built with the change below is using private apis. ``` const result = await Keychain.setGenericPassword(service, secret, { service: id, accessible:...

### What did you do? Tried [accessing the "Sign Transaction" page with a XDR](https://laboratory.stellar.org/#txsigner?xdr=AAAAAgAAAADdXgrVwMi7M1xgZll6JeAlyWv5xrvt2gc8B1J7BSRKaAAAAGQAAF1oAAAAAQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAACwAAXWgAAAADAAAAAAAAAAA%3D&network=test). Even when the transaction is displayed, hitting the browser's reload button redirects without the actual xdr....

bug
laboratory
v1

Hi! Thanks for this app, it's very nice! It'd be awesome to have a different setting for when you're running on battery, so you don't drain it when you're too...

Resque-Lifecycle requires Resque 1.8.0 but the latest version is 1.9.7. Could you switch the version requirement to `gem.add_dependency "resque", ">=1.8.0"`? Thanks.

All HTML strings should be marked as safe on Rails 3; otherwise, the tags will be escaped. You can do this by calling the "html_safe" method before returning the strings.

Rails 3 deprecated the RAILS_ROOT constant in favor of Rails.root.