Alex Vlasov
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)  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...
False External Faces were detected:  [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:  but I don't see any...
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: ...
### 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...