Carlos Alonso

Results 15 comments of Carlos Alonso

Hi @wrtsprt. Currently there's nothing planned but I'll be more than happy to support you or anyone else contributing such improvement to the gem. Are you up for it? :)

It would be very nice to add that feature (although not urgent right now as you pointed) and it would be even nicer to have a new committer on board!!...

Yeah, I've tried setting it to `1m` or even `5m` and some of them come, but specifically `bigquery.googleapis.com` prefix is empty. Increasing log level seems to at least query them,...

Hi @hugoh1995 This plugin uses [ruby-push-notifications gem](https://github.com/calonso/ruby-push-notifications) to actually push the notifications. You can see [an example here](https://github.com/calonso/ruby-push-notifications/blob/master/examples/apns.rb#L13) of how APNS notifications are created. You can add anything you want...

Sure, you have [examples for all supported platforms](https://github.com/calonso/ruby-push-notifications/tree/master/examples). Hope it helps!

Thanks @akatriel for your finding!! Would you be up for a PR? Looks like you already have the fix!! Thanks again!

Hi @Stingray1 That sounds cool! Of course I'm happy to help. The way I'd do it is by: * Add a new `maximum_distance` [configuration parameter](https://github.com/calonso/ios-arkit/blob/master/ARKit%20Example/Classes/ARKit/ARKitConfig.h) that holds the maximum distance...

So about the first comment you were close, but I'd recommend you to look at this other method: [locationFound:](https://github.com/calonso/ios-arkit/blob/master/ARKit%20Example/Classes/ARKit/ARKitEngine.m#L517) which is where the [LocalizationHelper will notify the engine of a...

Hi @Stingray1 Of course, happy to help!! First thing I'd double check is the configuration. A few things need to be properly configured so that floor images appear: * [showsFloorImages](https://github.com/calonso/ios-arkit/blob/master/ARKit%20Example/Classes/ARKit/ARKitConfig.h#L15)...