Alex Vlasov

Results 14 issues of Alex Vlasov

I'm trying to test case when client visits one domain and gets cookie for another domain via image. But i found that Mechanize does not load nested resources. Is it...

False External Faces were detected: [test.zip](https://github.com/thomthom/solid-inspector/files/3096847/test.zip) ![image](https://user-images.githubusercontent.com/1415597/56402734-60d54100-6213-11e9-8d4d-7987b30639d6.png) Maybe it could be fixed by adding ``` next if edge.vertices.map(&:position).any? { |pt| face.classify_point(pt) == Sketchup::Face::PointOutside } ``` here https://github.com/thomthom/solid-inspector/blob/2.4/src/tt_solid_inspector2/shell.rb#L368 Have not had...

bug

False External Faces were detected: ![image](https://user-images.githubusercontent.com/1415597/55662813-f7ddda00-57cb-11e9-89d5-2ddf4b4b2940.png) [example1.zip](https://github.com/thomthom/solid-inspector/files/3050024/example1.zip) most probably because Roof & Bay Window intersection does not create a new face on the roof: ![image](https://user-images.githubusercontent.com/1415597/55662962-ae8e8a00-57cd-11e9-999c-752fd5928a78.png) but I don't see any...

bug

Leftovers fails with an error: ``` Leftovers::FileCollector::Error: SyntaxError: unexpected token tEQL when processing ....erb:... ``` on an ERB file that contains `

I get an exception `undefined method 'query_cache_enabled' for nil:NilClass` when `master` recovers after downtime for the first requests. There is a backtrace: ``` ".../activerecord-5.1.4/lib/active_record/connection_adapters/abstract/query_cache.rb:130:in `configure_query_cache!'", ".../activesupport-5.1.4/lib/active_support/callbacks.rb:413:in `block in make_lambda'", ".../activesupport-5.1.4/lib/active_support/callbacks.rb:270:in...

Makara gracefully handles exceptions, in the result, it does not rollback transactions on a master when the master goes into reboot. I have 1 master and 1 slave MySQL (5.7)...

Looks like Brakeman does not check Graphql Mutations and Resolvers for potential vulnerabilities Example: ``` # app/graphql/resolvers/user.rb class Resolvers::User < Resolvers::Base argument :id, Integer, required: true def resolve(**args) User.find(id: args[:id])...

I created a simple correct test HAML file in my rails project `test.html.haml`: ``` %div - if true %b A - else %b B ``` but SublimeLinter highlights errors: ![image](https://user-images.githubusercontent.com/1415597/85899667-41408d80-b7b3-11ea-8311-c0dc757a9ad3.png)...

### Steps to reproduce ``` class User < ApplicationRecord has_one_attached :logo do |attachable| attachable.variant :webp, resize_to_limit: [300, 300], preprocessed: true, convert: :webp, format: :webp end end Rails.application.routes.url_helpers.rails_storage_proxy_url user.logo.variant(:webp), format: "webp"...

Hi, I noticed that the cache size is double what all gems in my project weigh. It seems like it's due to `${BUNDLE_PATH}/ruby/*/cache/*.gem` files. But I don't think we need...