Olivier Bellone

Results 23 comments of Olivier Bellone

@numbata I believe this can be closed in favor of #951.

I didn't spend too much time looking into this, but I think this happens because: - `array_use_braces: true` causes `[]` to be appended to array parameter names: https://github.com/ruby-grape/grape-swagger/blob/3e842a138b0f5edd2538d9da4aa23276e63e5d5c/lib/grape-swagger/endpoint/params_parser.rb#L26 - which...

@blowmage Any chance this could be released soon?

@zenspider Made the requested changes.

@sl0thentr0py Are there any updates on this? I wrote my own pure-ActiveJob integration based on the [Sidekiq one](https://github.com/getsentry/sentry-ruby/blob/master/sentry-sidekiq/lib/sentry/sidekiq/sentry_context_middleware.rb), and AFAICT it works okay. Happy to submit a PR if that's...

cc @mark-kraemer since you were interested in this feature, curious if you have any feedback

Thanks for looking into this @egiurleo. I probably won't be able to work on this, but might take a stab at it if I can find the bandwidth. (Also a...

That does seem to be the case: ```ruby AbstractController::Collector.instance_method(:turbo_stream).source_location # => ["/Users/olivier/.rbenv/versions/3.4.4/lib/ruby/gems/3.4.0/gems/actionpack-8.0.2/lib/abstract_controller/collector.rb", 12] ```

We're observing the same issue with Next.js 14.2.23 + React 18.3.1.

> As I understand good_job is powerful enough to justify a dedicated integration, right? I haven't had a chance to work on this in a while, but I don't think...