connor-odoherty

Results 9 issues of connor-odoherty

Using version 0.8.8 in an Ionic Cordova iOS project, with push notifications sent by the Ruby UrbanAirship gem. To reproduce: 1. Attach a listener to your push notifications that adjusts...

Let's say we have a model `Professor.rb` that is serialized by the SerializableProfessor. The professor has the attributes: * name * age * phone_number In certain cases, depending on the...

The Google Places API is expensive when charged for every single autocomplete and places detail request. Luckily, they have added Session pricing to their rate model. To do this, users...

Wishlist

Is there any easy way to extend the error handling and validation of the current gem without having to dig into the edi4r codebase?

Currently, when one opens a file on iOS, the default file display program will display the actual filename as the display name, as shown in the attached image (e89f5...). ![img_2618](https://user-images.githubusercontent.com/10620559/30570786-4f7c1e8e-9c98-11e7-83bc-59f2f7031aa0.png)...

enhancement
help-needed

Is it possible to supply a display name or use the tab name as the title on the browser instead of the full URL? ie. When using the browser currently,...

It appears the warmUp is only available for Android devices. Will this feature be coming to iOS? If not, would it be possible do initially create the browser in 'hidden'...

My knee-jerk reaction is to wrap everything in an AuthenticatedContext that updates the token using useState and exposes all the helper methods that way. Are there any downsides or limitations...

I am attempting to write a function that lets me drop the database I am currently using. My method is a follows: ``` dropDatabase(): Promise{ return new Promise((resolve, reject) =>...