Oleg Antonyan

Results 24 issues of Oleg Antonyan

I'm trying to make Rollbar work with Rails' new error handling mechanism https://guides.rubyonrails.org/error_reporting.html ``` ::Rollbar.configure do |config| config.access_token = '...' config.environment = ::Rails.env.to_s config.disable_monkey_patch = true config.disable_rack_monkey_patch = true config.disable_action_mailer_monkey_patch...

Whe I run my app in production mode (either on localhost with -e production or on a real server) I get an error: ``` shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5.1/lib/active_support/dependencies.rb:274:in `require': No such file to...

``` $ python arch2appimage.py Convert any Arch linux package (official/AUR) to AppImage!! Loading Chaotic AUR package list... Enter the name of the package (leave empty to quit) [?] >>: mpz...

Cannot build for CentOS 8: `nothing provides python-PyYAML, nothing provides python-dateutil, nothing provides python-lxml, nothing provides python >= 2.6` ``` Substitute: python python3 Substitute: python-PyYAML python3-PyYAML Substitute: python-dateutil python3-dateutil Substitute:...