Josh Nichols

Results 99 issues of Josh Nichols
trafficstars

To make this process smoother for everyone involved, please read the following information before filling out the template. Scope of the OSS Support =========== We do not provide OSS support...

It was on here twice: once as the GitHub org + repo, once as just the name

**Describe the bug** At some point in the last week or so, I've started seeing this while using fish after running any commands: ``` ❯ cd - string replace: Regular...

bug

Consider a configuration, where there are multiple karafka.rb files, which try to use the same consumer group ```ruby # karafka.rb require_relative 'packs/some/pack/karafka.rb' require_relative 'packs/some/other/pack/karafka.rb' # packs/some/pack/karafka.rb KarafkaApp.routes.draw do consumer_group 'mygroup'...

routing

I've noticed it takes several seconds to run any `karafka` commands, even for help commands or trying to run the wrong thing. This can be annoying when help usage is...

enhancement
cli

### Describe the problem as clearly as you can Consider this scenario: - `Gemfile` has tapioca in it - `Gemfile.lock` has it as 0.16.11 - the latest tapioca is 0.17.1...

Bundler

A coworker reported this issue building rkafka-ruby: ``` Installing karafka-rdkafka 0.19.1 with native extensions Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /Users/tilo.sloboda/.local/share/mise/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/karafka-rdkafka-0.19.1/ext /Users/tilo.sloboda/.local/share/mise/installs/ruby/3.4.2/bin/ruby -rrubygems /Users/tilo.sloboda/.local/share/mise/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/gems/rake-13.2.1/exe/rake RUBYARCHDIR\=/Users/tilo.sloboda/.local/share/mise/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/extensions/arm64-darwin-24/3.4.0/karafka-rdkafka-0.19.1 RUBYLIBDIR\=/Users/tilo.sloboda/.local/share/mise/installs/ruby/3.4.2/lib/ruby/gems/3.4.0/extensions/arm64-darwin-24/3.4.0/karafka-rdkafka-0.19.1...

# Description: This was hard-coded to $stdout, but should use what a user configures. ______________ # Tasks: - Describe the problem / feature - Write tests I will abide by...

# Description: Without this, puma is quiet by default. That is, not requests being logged. ______________ # Tasks: - Should this be configurable? And default on or off? - Write...