Benjamín Silva

Results 19 issues of Benjamín Silva

I have an controller action where i do: ```ruby @post = Post.with_attached_file.find(params[:id]) ``` `with_attached_file` is a dynamically generated scope from ActiveStorage which includes active_storage blob If i remove that scope,...

aws-sdk gem 3.0 + removed the constant Aws::VERSION which produces paperclip to crash I'm just leting you know that until this PR https://github.com/thoughtbot/paperclip/pull/2481 is merged and added to a release...

Hey, I love your project! Can you add Elixir language icon, Phoenix Framework icon ? Thanks

**Describe the bug** unable to remove uploaded image from the canvas **To Reproduce** Steps to reproduce the behavior: 1. Upload an image 2. Try to find out how to remove...

Instead of only allowing using the font name, passing the style would be nice Example: Lato:wght@100 fetch it from the url ``` ```

**EDIT**: if you are using Trix 2.0+ read the tutorial but instead of using this stimulus_controller, please use the stimulus_controller here: https://github.com/basecamp/trix/issues/985#issuecomment-1307422240 After a good time of reading issues and...

Hi, we have a website that fetches bus_travels from multiple bus operators, for each route there may be multiple bus operators that have to be fetched right now, I have...

## Is your feature request related to a problem? Please describe. When you read: ```ruby in_5_hours = 5.hours.from_now ``` it is easy to understand that is a time that will...

feature request

When I request my user, it returns the profile picture in this format (which I believe is not the format this gem expects) https://lh3.googleusercontent.com/a-/AOh14Girjdxgw0kygBhGCtIpIOgxHuKej3MLf5Ug6vmA=s96-c Beign s96-c the size. Currently I'm...

Hi, im using httpoison 1.6.2 which uses hackney 1.16.0 Some requests are failing with :closed ``` stacktrace: ** (FunctionClauseError) no function clause matching in :hackney_headers_new.params_to_iolist/2 (hackney) /home/ubuntu/app_build/prod/deps/hackney/src/hackney_headers_new.erl:201: :hackney_headers_new.params_to_iolist(:closed, []) (hackney)...