Konrad Narewski

Results 5 comments of Konrad Narewski

The hotfix of @SimpleAsCouldBe (https://github.com/marionettejs/backbone.syphon/issues/25#issuecomment-19920556) worked for me. Mind the missing bracket at the end when applying the fix

Hi @reedstonefood ! Let me respond to the best of my understanding: `redis_namespace` only acts as a proxy here. The fact that you see this warning means, that some code...

#45 appears to have been released as part of [v0.2.0](https://github.com/drewish/rspec-rails-swagger/releases/tag/v0.2.0) , which I believe resolves this issue

To extend on @johnduhart 's useful suggestion, here's a POC which worked for me: ```ruby class ExcludeDatabaseSampler def should_sample?(trace_id:, parent_context:, links:, name:, kind:, attributes:) tracestate = OpenTelemetry::Trace.current_span(parent_context).context.tracestate decision = if...

A little bit of explanation: `rswag` rake task relies on the config being set before the `rspec` command is invoked. Therefore putting this config in a file like `spec_helper.rb` doesn't...