Josh Nichols
Josh Nichols
Currently, singed assumes you have a working node install, and can run `npx` to be able to install and run speedscope. Is there any way to bundle speedscope to reduce...
### Describe the problem as clearly as you can With `bundle config auto_install true`, it's possible to have bundler gem dependencies activated during the auto_install that conflict with what is...
I followed the contributing guide, and wanted to run the specs with `bin/rspec`. I got "lucky" and had a few tests flake: ``` Failures: 1) Distributions When creating a distribution...
This is specifically about running gemstash in development, but I'm able to do things like `bin/gemstash start`, but `bin/gemstash` or anything that would do help usage fails like: ``` ❯...
I noticed this while verifying https://github.com/rubygems/gemstash/issues/396 locally, but it seems to also affect the released gemstash:  Seems to come from this template: https://github.com/jgm/pandoc-templates/blob/3430359b4c688dbedaa23d76575184191a12c4d9/default.man#L4-L7 I...
I am trying to profile `bin/rails server` backgrounded in a script, and then `kill` it at the end. When I go to kill it, it seems to only kill the...
Here's git:  And docker hub:  Mostly noticed this because the README has a pretty old version in the...
We use a ton of extensions, and buildkite-builder builds itself using extensions. It's not really documented though. The main points to cover are: - `dsl` for extending the pipeline API...
## Is your feature request related to a problem? Please describe. I am porting ruby-kafka consumers to karafka, and some of our consumers make use of the consumed messages offset....