Martin Salles
Martin Salles
I have the exact same problem. Did you find a solution? I am using a very basic command: ```ruby class Delivery < ApplicationRecord include PgSearch::Model pg_search_scope :search_by_id, against: :id end...
I just stopped using this gem and wrote my own scope since my needs were not so complex. You could probably juste use `scope :search, ->(query) { where(name: query) }`...
Same error here using Ubuntu 20.04.4 with `yarn add react-timeline-range-slider`
I am facing the same issue. Does anyone have tips about it?
I was eager to try your solution this morning, but the deploy worked directly with no timeout... So problem fixed for me, but without knowing what would have been the...
Heroku allows to deploy applications whose weight is maximum 500 MB Having one single gem add 200MB prevents us from deploying (which is enough of a reason to downgrade ;)...
To emulate something that has properties of a OnePlus: https://stackoverflow.com/questions/39485452/is-there-any-way-to-emulate-perfectly-a-oneplus-device
I'm seeing Scott this week to do this
Hi Judapriest! This would be awesome. We don't have much time at the moment to work on this feature, but I could review a PR if you had the time...