Antonio Grass

Results 10 comments of Antonio Grass

Hi! Did anyone solve this? @cbjs I'm with this issue: ``` Fatal Exception: java.lang.NullPointerException at java.io.File.fixSlashes(File.java:185) at java.io.File.(File.java:134) at com.RNFetchBlob.RNFetchBlobFS.exists(RNFetchBlobFS.java:506) at com.RNFetchBlob.RNFetchBlob.exists(RNFetchBlob.java:159) at java.lang.reflect.Method.invokeNative(Method.java) ```

check the "Sifters" parts on the readme. You can do something like this: ``` class Article < ActiveRecord::Base sifter :title_or_body_contains do |string| title.matches("%#{string}%") | body.matches("%#{string}%") end end ``` Other option...

It didn't work. Error: `Could not retrieve file for contentUri`

Anyone here who already tried mongoid5? @sahin? We are with mongoid 4.0.2 and moped 2.0.6 and still failing

Hi @arcollector , when you use Location.stopUpdatingLocation(); still listening the gps?

Hi @gordonwoodhull, thank you for your fast reply! Yes the method `getLegendLabel` isn't helping too much, I'm going to remove that method and call the legendLabelAccessor directly. About the test...

@gordonwoodhull I added some test and documentation. I checked on piechart specs, and there are already a test who checks if the text of the legend is the same text...

@gordonwoodhull does it make sense for another "legendables" charts? Because when you set the legend label for a bar or line chart, the name apply for the whole group, so...

Another alternative to solve this is to use ['rack-reverse-proxy'](https://github.com/waterlink/rack-reverse-proxy) gem. With this gem you can redirect ``your-domain.com/s3`` -> to`` your-bucket.s3.aws.com``. That could be safer that other alternatives.

Is this feature developed by someone? It would be great be able to find Leads by email also