Fábio Gomes

Results 9 issues of Fábio Gomes

http://getpocket.com/developer/ Just like the save to instapapper. I use Pocket and it will be very usefull.

see : https://developers.google.com/+/web/snippet/

When a dependency update is created by dependabot, reviewdog isn't updating the status checks on the PR. It started some days ago. Looks like that reviewdog can't find the results....

I got confused by it multiple times because I forget that the times are UTC. For me, only receiving the notification with the dates and the button to check the...

I'm implementing a custom strategy for one provider I need to integrate with, and they do not return the expiration of the token, I know that this is a bad...

I've lost a couple of hours debugging today, because my sessions weren't working on a Rails app and I think that the culprit was this gem. When you use this...

I'm trying to write a query that compares 2 dates, and my understanding is that I need to use a script filter something like: ```ruby Model.search( '*', where: { status:...

feature request

I've had a hard time figuring out how to output raw content on javascript, but it turns out you can just use normal text interpolation, I think this information is...

size/XS

I wrote this failing spec: ```ruby it 'evaluates single condition for multiple `belongs_to` associations to the same table' do # Why Search.new(Recommendation.joins(:person, :target_person)...) is not the same thing? s =...