Jerimiah Milton

Results 5 comments of Jerimiah Milton

I'm getting a similar issue, when trying to run tests. ``` root@f25c0324ad71:/app# bundle exec rake spec /usr/local/bin/ruby -I/usr/local/bundle/gems/rspec-core-3.6.0/lib:/usr/local/bundle/gems/rspec-support-3.6.0/lib /usr/local/bundle/gems/rspec-core-3.6.0/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb An error occurred while loading ./spec/acceptance/estimates_spec.rb. Failure/Error: require "rspec/rails"...

:+1: Would love this functionality as well.

I think the ability to update the app from the preferences submenu has been disabled as a result of the domain redirecting here. I would also love to donate to...

My issue seems to disappear when removing `cordova.` when calling the `InAppBrowser` plugin. `var ref = InAppBrowser.open('https://www.google.com', '_self');`

Running into the same issue, here's my usage: ``` const Chat: React.FC = () => { useRollbarContext('chat#list') return ( ) } export default Chat ```