Steven Harman
Steven Harman
I certainly understand the desire for this feature. However, I worry about adding `aws-sdk-s3` as a dependency for everyone. I think we could get around this with some use of...
đź‘‹ Hello @fgrehm, and thank you for `letter_opener_web`. I know being an OSS maintainer is a largely thankless job, and we're often focused elsewhere. As we actively use this tool...
Possibly related: I am looking for a way to determine if there are other `running|queued|pending` Workflows for a given Branch. ### Why? I'm attempting to build an Orb that helps...
I'm also noticing that the `lib/rghost/ruby_ghost_version.rb` (called out in the diff above) is quite out of date/differs from the `rghost.gemspec` file. So docs produced by `RGhost` have the wrong metadata...
I'm hitting something similar, and I believe related. I updated `omz` today and started seeing an errant `then then` in my prompt. After then upgrade: My standard config, using a...
I went spelunking and here's what I found. 1. As pointed out by @chancancode, Barnes does have a [Railtie that will start `Barnes.start`](https://github.com/heroku/barnes/blob/b690e31abfb745cb533922fa77674309c00a2f7f/lib/barnes/railtie.rb#L43-L45) as part of the Rails initialization process....
Is this a duplicate of #27, which has been fixed by #34?
We too need to customize the `user_id` and `company_id` values used to send the ping to Intercom. In our case, we have two different kinds of users, each working for...
We're still using proxy objects to accomplish this, yes.
Do you mean something like the `intercom_script_tag` helper? e.g., in a layout you could ```erb ``` Yes?