Julian Knocke

Results 16 comments of Julian Knocke

Obviously it is also possible to add a method `clear_header(header: string)` or `remove_header(header: string)`. I think explicitly setting a `undefined` value would meet peoples expectations already when they try to...

Similar here with different lines: ``` JS ERROR: TypeError: text is null _processClipboardContent@/home/julian/.local/share/gnome-shell/extensions/[email protected]/extension.js:497:13 _refreshIndicator/

@Tudmotu thank you for looking into this issue! I run Ubuntu 22.04.1 with Gnome 42.2 on Wayland. The issue happens when I highlight text in my terminal emulator (Tilix). When...

@mensfeld I updated the ticket description to be more clear to not rely on ActiveSupport, but rather use the same interface for instrumentation.

The statistics endpoint goes into the right direction, but is not what I meant with this issue. It is about being able to connect the instrumentation e.g. to the datadog...

Looking at the [instrumentation of `ruby-kafka`](https://github.com/zendesk/ruby-kafka#instrumentation) it provides a notification one can subscribe to whenever a message `produce` gets called. It provides some meta information ([code](https://github.com/zendesk/ruby-kafka/blob/6deffb9df5a2a346b3aba3b20775cb11a012da71/lib/kafka/producer.rb#L214-L222)). This can then be...

I cannot say what exactly needs to be in such a message, but rather have a look at what racecar already provides: - Producing a message: https://github.com/zendesk/ruby-kafka/blob/master/lib/kafka/producer.rb#L220-L228 - Message delivery:...

I did not extract the trace context from the request context. I just did a blunt logging `println("ctx: %+v", a.Ctx)` to see into what is available and haven't found the...

I tried (see https://github.com/JHK/auth-demo/pull/1 / [usage](https://github.com/JHK/auth-demo?tab=readme-ov-file#usage)), but cannot load the `github.com/traefik/traefik/v3/pkg/tracing` dependency: ``` failed to craete Yaegi intepreter: failed to import plugin code \"github.com/JHK/auth-demo\": 1:21: import \"github.com/JHK/auth-demo\" error: plugins-local/src/github.com/JHK/auth-demo/demo.go:10:2: import...

I will give it a try to copy some logic from `github.com/traefik/traefik/v3/pkg/tracing` into the plugin and see if that would do the trick and come back to you. Otherwise the...