Vitalii Orlov

Results 5 issues of Vitalii Orlov

**Describe the bug** Hi! I found a bug regarding the authorization enum value. According to source code, this class has the same authorization methods as argument, object, and field classes....

### Describe the bug Hi! I have defined `#active_for_authentication?` method in the User model according to the Devise documentation which can return `false` when I would like to disable login...

enhancement

## Describe the bug Unable to write binary files. Got `Encoding::UndefinedConversionError: "\x89" from ASCII-8BIT to UTF-8` error. ## To Reproduce ```ruby Dry::Files.new.write( "image.png", result[:io].force_encoding(Encoding::BINARY) ) ``` ## Expected behavior Works...

bug
help wanted

Hello! It seems I found a bug, `@headers` variable is nil at csv-safe.rb:56:in `sanitize_row'. Looks like the fix is to read headers as a method. ``` headers = %i[a b...

Hello, When I use shared context (https://activerecord-hackery.github.io/ransack/going-further/merging-searches/) And have `join`, I got such an error: ``` NoMethodError: undefined method 'join_root' for an instance of Symbol # /usr/local/bundle/gems/ransack-4.4.1/lib/ransack/adapters/active_record/context.rb:115:in 'Ransack::Adapters::ActiveRecord::Context#join_sources' ``` How...