Damir Konkov

Results 4 issues of Damir Konkov

Hello! Today I've deploy my app with presented in main readme doc code: ```ruby Rswag::Ui.configure do |c| c.basic_auth_enabled = true c.basic_auth_credentials 'username', 'password' end ``` And this code enabled http...

bug

Hi! 👋 Sometimes I use this lib to interact with different L2 networks. I.e. optimism, arbitrum I found few issues, but now I see only one. I dont know how...

enhancement
good first issue

**Story:** when I set `asset_host` option to carrierwave configuration through `config/initiaizers/carrierwave.rb` ```ruby CarrierWave.configure do |config| config.asset_host = 'my://awesome.host' end ``` My encrypted files feature was broken. Cause now it builds...

Hello guys! Today I seen something strange bug with exception: ``` Racc::ParseError: parse error on value ":" (":") ``` It was raised when I've tried call `PhpSerialization.load` function with string...