Gus Matias

Results 7 issues of Gus Matias

Hi! Thank you so much for creating this wonderful tool :) I tried to execute the screenshot example, but unfortunately got an error when running the last line: `File.write "screenshot.png",...

Hi, I just tried accessing http://quora.christopher.su/users/Gustavo-Matias-dos-Santos as a test and the server seems down. Is it still in active?

Hi, I'm coming to realize that with Quora's discontinued support of RSS, it essentially broke the User API that pyquora provides. Given the last commits have happened a couple of...

I have a feeling I'm missing something very obvious, could someone please help? ![33AFFAB5-8118-4CEE-868F-5F07C6EF9A5E](https://user-images.githubusercontent.com/681278/111553163-074c5880-8741-11eb-8b52-2882c2739c88.jpeg)

Hello, one important step before filing an issue is to share reproducible steps. This is exactly where we're having trouble with; the bug below only happens in production. The issue...

Hi, I've recently been diving into a project involving Stream Chat where some of our users face challenges initiating chats. This issue has persisted over time, and despite various investigative...

Hello, Any ideas why AR SQLs are not showing in `logs/test.log`? I've got: **Gemfile** ``` gem 'lograge' gem 'lograge-sql' ``` **config/environments/test.rb** ``` require 'lograge/sql/extension' Rails.application.configure do config.log_level = :debug config.lograge.enabled...