Gabriel Sobrinho

Results 59 issues of Gabriel Sobrinho

Hi there! I'm doing this to extract the files to be used with https://github.com/grosser/parallel_tests: ``` bundle exec parallel_split_test $(rspec_booster --job 1/50 --dry-run | grep '^-' | tr -d '-') ```

**Describe the idea** We have breadcrumbs with the query like: ```js { name: Employee Pluck, sql: SELECT DISTINCT "employees"."person_id" FROM "employees" WHERE "employees"."company_id" IN ('x', 'y', 'z'), statement_name: null }...

sentry-rails
Feature
Ruby

This will improve the performance since we are going to hit the backend just once to read all keys, as long the cache adapter implements fetch multi support like dalli....

This works: ```ruby gem "actionview", "6.0.3.2" gem "rails-html-sanitizer", "1.4.3" require "action_view" require "rails-html-sanitizer" include ActionView::Helpers::SanitizeHelper puts sanitize "hello" ``` This doesn't: ```ruby gem "actionview", "6.0.3.2" gem "rails-html-sanitizer", "1.4.3" require "rails-html-sanitizer"...

Hi there! I'm seeing this error: ``` wrong number of arguments (0 for 1) for SuperDiff::ObjectInspection::InspectionTreeBuilders::Main initializer # /Users/sobrinho/.gem/ruby/2.7.6/gems/attr_extras-7.1.0/lib/attr_extras/attr_initialize.rb:55:in `validate_arity' # /Users/sobrinho/.gem/ruby/2.7.6/gems/attr_extras-7.1.0/lib/attr_extras/attr_initialize.rb:26:in `call' # /Users/sobrinho/.gem/ruby/2.7.6/gems/attr_extras-7.1.0/lib/attr_extras/attr_initialize.rb:26:in `block in apply' # /Users/sobrinho/.gem/ruby/2.7.6/gems/attr_extras-7.1.0/lib/attr_extras/explicit.rb:73:in...

``` haml %p Após ... ``` herbalizer: ``` herbalizer: app/views/users/passwords.html.haml: hGetContents: invalid argument (invalid byte sequence) ``` It happens for every accented char: á é í ó ã ç and...

Hi! profile add doesn't work: ``` $ algolia profile add ? Name: [REDACTED] ? Application ID: [REDACTED] ? Admin API Key: [REDACTED] ? Set as default profile? Yes invalid application...

question

Isn't this plugin working anymore? Running the standard in my project I can see the errors but CodeClimate isn't reporting anything: cc @jakeonfire

I have MFA enabled and need to relogin almost every day because it says my session can't be found, it's very annoying.

What `react-native` version are you using? 0.74.1 What `react-native-pdf` version are you using? 6.7.5 What platform does your issue occur on? (android/ios/both) android Describe your issue as precisely as possible...