Josh Nichols

Results 99 issues of Josh Nichols
trafficstars

If you have this in your `external-scripts.json` in development without HUBOT_HEROKU_KEEPALIVE_URL or HEROKU_URL, it will log a warning every startup which is kind of annoying. I'm open to suggestions about...

When I'm writing benchmarks, I almost always want to compare against an existing result. [benchmark-ips](https://github.com/evanphx/benchmark-ips) supports this with: ``` Benchmark.ips do |x| # ... x.compare! order: :baseline end ``` I'd...

We have a custom logger, but in order to inspect the callstack and customize the message, we end up throwing out the notification_str and reaching into `Thread.current[:prosopite_notifications]` directly to get...

Right now, the `Prosopite` does quite a bit. I think it could be helpful to refactor out some of the logic into their own classes to better encapsulate the behavior....

When I'm working on performance, I tend to want to compare a baseline from our main branch against my current work. It'd be pretty handy to be able to specify...

documentation

### Describe the problem I'm using `prompt.ask` and `prompt.multiline` to gather input, and I've found they seem to flicker as you type. I haven't seen it with `prompt.select` though. https://user-images.githubusercontent.com/159/211130859-8f66f90c-5d90-406c-a485-c10112335477.mov...

We have some places that already use `bundle config auto_install true`, ie: https://github.com/technicalpickles/rubygems/blob/7a144f3374f6a400cc9832f072dc1fc0bca8c724/bundler/lib/bundler/cli.rb#L11 This applies the same logic (copy and pasted) to happen when you `require "bundler/setup"`. ## What was...

### Describe the problem as clearly as you can While working on https://github.com/rubygems/rubygems/pull/6561 , I found that if I try to use a `bundle` subcommand that supports `auto_install`, and the...

Bundler

I was chatting with @froydnj about our app's fairly slow `srb tc` performance, and he was able to narrow it down to a `T::Enum` that has some 1601 values 😳...

bug

# Report ## What did you do? ```shell $ danger run ``` ## What did you expect to happen? I expected Danger to run, and for me to be able...

Enhancement
You Can Do This
Breaking Change