Jorge Santos
Jorge Santos
I wasn't able to use the CLI on the last few days, went down the rabbit hole and figured out the API being used has changed URL: https://github.com/disease-sh/API/issues/1025 Curious thing:...
I'm seeing an error that is intriguing me, doesn't seem to happen all the time. I have my overlap conditions defined as: ```ruby scope :active, (-> { where(deleted: false, available:...
According to sidekiq's official [example systemd unit file](https://github.com/mperham/sidekiq/blob/master/examples/systemd/sidekiq.service): ``` # This file corresponds to a single Sidekiq process. Add multiple copies # to run multiple processes (sidekiq-1, sidekiq-2, etc). ```...
I'm getting strict 404's: "GowallaResourceNotFoundException: HTTP Error 404: Not Found". Maybe the API has changed due to the latest updates?
Hi, first of all thank you for this amazing tool! Feel free to close this right away because it's not really an issue, but simply a question. I'm test-driving to...
I was not the only one to notice :) https://news.ycombinator.com/item?id=45046976