Bogdan Gusiev
Bogdan Gusiev
### Motivation / Background When the new rails app is made while it behaves like default timezone is UTC, the following configuration is set: ``` ruby ActiveRecord.default_timezone # => :utc...
I need to display pagination a collection returned from API. The API doesn't return `total_count`, so I can't relay on it to calculate current page. It looks like `paginate_array` can...
## Environment - Ruby **3.2.2** - Rails **7.0** - Simple Form **5.3.1** ## Code sample ``` ruby f.input :time_zone, as: :time_zone, collection: ["London", "Berlin"].map { ActiveSupport::TimeZone[_1] }, include_blank: false ```...
## Is your feature request related to a problem? Please describe. In my project, most offences are automatically corrected by github action. I need to display to a developer only...
I am looking to use some vendor code that imports individual CSS modules from bootstrap package. It does it like so: ``` scss @import "bootstrap/scss/functions"; @import "bootstrap/scss/variables"; @import "bootstrap/scss/mixins"; @import...
## Bug Description The rules `Minitest/Assert*` has some conflicts with [Rails/RefuteMethods](https://github.com/rubocop/rubocop-rails/blob/master/lib/rubocop/cop/rails/refute_methods.rb). It has default policy to convert `refute_*` statements to `assert_not_*` which causes `Minitest/Assert*` to be ignored. Example: ``` ruby...
Most of haml-lint concerns are too minor to be fixed manually, especially if applied to existing code base. Please introduces the autocorrect at least for the following easy to fix...
This standard defines a universal format for specifying network configurations in decentralized applications (dApps). The configuration includes essential information about Ethereum networks, such as: * available RPC URLs * native...
## Prerequisites - [x] I checked the [documentation](https://github.com/Mijick/Camera/wiki) and found no answer - [x] I checked to make sure that this issue has not already been filed ## Expected Behavior...
Check HDR mode supported just like any other mode. I got this error: ``` *** -[AVCaptureDevice setVideoHDREnabled:] Not supported - use activeFormat.isVideoHDRSupported ``` On iPhone X (CDMA) (iPhone10,3).