Julian Paas
Julian Paas
I am doing a 1password CLI import and it appears to work (as well as it does using web vault). But the result is this: `{"success":false,"message":"Cannot read property 'message' of...
I'm trying to use v.1.3.9 in a react-native(0.35.0-rc.0) project but I get an error that it can't find the es2015 preset. Any ideas?
I'm sure there are other use cases for this, but here's my current one. I have a list where one item is selected and I have to remember which one...
I have a login form with a validationMinCharacters of 6 on my password field. When the field is invalid I set the text to be red. As soon as the...
I am getting the following $ bin/rake assets:precompile /Users/jpaas/.rvm/rubies/ruby-1.9.3-p327/bin/ruby bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets rake aborted! Unexpected token: operator (
Fixes #2 for the people who use cocoapods with RN
Line 59 of MKToggleButton.m has this line: ``` self.contentEdgeInsets = UIEdgeInsetsMake(4., 3., 5., 3.); ``` This causes the text to be located in a bit of a strange place and...
Maybe I'm just not aware that these are valid, but the gem is allowing North American phone numbers with 9 and 11 digits. As far as I know only 10...
Thanks for this cocoapod, it looks great and is making my life so much easier! One thing I'm doing is storing the hashed pin value as part of a user's...