Josh Nichols

Results 99 issues of Josh Nichols
trafficstars

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...

enhancement

### 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...

Bundler

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: ![CleanShot 2024-08-05 at 09 10 31](https://github.com/user-attachments/assets/890fd5f9-bf5a-4a24-8d8f-1eb7a49cdd7b) 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: ![CleanShot 2024-12-20 at 11 35 50](https://github.com/user-attachments/assets/b9d01474-9376-45ed-acf2-df5e8054e541) And docker hub: ![CleanShot 2024-12-20 at 11 36 04](https://github.com/user-attachments/assets/3a928930-f150-4d0c-aae9-de946a41fbe9) 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...

documentation

## 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....

enhancement