Mathieu EUSTACHY
Mathieu EUSTACHY
### Which SDK version are you using? 0.12.0.1 ### What's the issue? When successful in creating a custom conversion through the API, the response body is incorrect and generates a...
Hi, In the readme, it is mentioned that we can use a short syntax for validating a min width and a min height at the same time, this looks like:...
Making a proposal to update the wiki from this issue: [Issue 4458](https://github.com/rubygems/rubygems/issues/4458) The descriptions of the fields to complete come from Rubygems. Mth0158 ### What was the end-user problem that...
Some validators do not have their matcher, it should be implemented. List of missing matchers: - limit - processable_image
Like content_type, we should be able to support multiple aspect ratios. Possible to get inspiration from this fork: https://github.com/igorkasyanchuk/active_storage_validations/compare/master...nejdetkadir:active_storage_validations:master. But not too much because they modified the :with option, we...
Making a proposal to update the wiki from this issue: [Issue 4458](https://github.com/rubygems/rubygems/issues/4458) The descriptions of the fields to complete come from Rubygems. Mth0158 ### What was the end-user problem that...
The `files` instance method should micmic the `fixture_path` instance method behaviour (ie linking to class method see [https://github.com/rails/marcel/blob/170458c687ed22f07d8829043a04e008a2b1936b/test/test_helper.rb#L52](https://github.com/rails/marcel/blob/170458c687ed22f07d8829043a04e008a2b1936b/test/test_helper.rb#L52)). This could avoid future issues with 2 `files` methods supposedly identical not...
Reading Rails documentation to implement a feature for this gem, I came across the following ActiveStorage class: [https://github.com/rails/rails/blob/55c4adeb36eff229972eecbb53723c1b80393091/activestorage/lib/active_storage/analyzer/image_analyzer.rb](https://github.com/rails/rails/blob/55c4adeb36eff229972eecbb53723c1b80393091/activestorage/lib/active_storage/analyzer/image_analyzer.rb) It looks like it both supports `MiniMagick` and `Vips` since June 2021....
I've tried the new spoofing detection feature. Very nice work. Unfortunately, I get an exception: ``` NoMethodError: undefined method `attachable' for nil ``` when trying to update a record after...
Inspired from: [https://railsatscale.com/2024-10-03-the-ruby-lsp-addon-system/](https://railsatscale.com/2024-10-03-the-ruby-lsp-addon-system/) It could be a nice addition to check wether this gem could add some lsp integration. This issue is mainly a question to this point, the feasibility...