Thomas Koppensteiner

Results 20 issues of Thomas Koppensteiner

Similar to issue #84 there are also differences in the HTML output between JRuby and MRI. Example: ````ruby describe "a html response" do let(:test_html) do

Please implement the [pact v4 specification](https://github.com/pact-foundation/pact-specification/tree/version-4) for Ruby (MRI and JRuby). This ticket is a starting point. Please feel free to convert it to a GitHub project or a milestone.

Please implement the [pact v3 specification](https://github.com/pact-foundation/pact-specification/tree/version-3) for Ruby (MRI and JRuby). This ticket is a starting point. Please feel free to convert it to a GitHub project or a milestone.

The pagination is sometimes broken, when filters are used.

For example `/all/all/1_day` is used instead of `all/1_day/all`

Publish released packages next to [rubygems.org](https://rubygems.org/gems/sidekiq-undertaker) on GitHub Packages as well.

enhancement

Sidekiq supports the localization of web texts/strings (https://github.com/mperham/sidekiq/tree/master/web/locales). The improve the overall user experience the strings in this plugin should also be translated.

enhancement

The significance is currently calculated serially. I think the calculation could be much faster if it is calculated in parallel.

enhancement