Sebastian Parschauer

Results 84 comments of Sebastian Parschauer

> there are basically no "tutorial-like" resources on GC/scanmem Not really true. It started with https://www.youtube.com/watch?v=V9w_dg4kTgM in 2008 showing scanmem 0.07 against a Flash game. 2013 scanmem 0.13 vs zeldaclassic:...

Should be raised with Datadog. `nginx-opentracing` lacks subrequest support. Authentication creates subrequests. The tracer is blind and lacking configuration in that case. Our **Instana tracer** that I'm developing is always...

The problem is that the NGINX directive `proxy_set_header` voids `opentracing_propagate_context` as it is based on `proxy_set_header` internally. So you need to add `opentracing_propagate_context` where ever there is `proxy_set_header`. It is...

Speaking for Instana/IBM Observability by Instana APM: For now, the NGINX OpenTelemetry example is much harder to configure and does not provide huge advantages over the OpenTracing variant. It shares...

The error message means that there is: ``` opentracing_propagate_context; ... opentracing_load_tracer ...; ``` in the resulting NGINX config. So the order is wrong. An alternative is patching the Ingress NGINX...

Cannot tell you from just the backtrace. Look at registers (`info registers`) and disassemble (`disasm`). There is an option to see the C++ source between the disassembly. Enable full argument...

Please let me know if you're interested. Then I'd be glad to give you an introduction to the code and to hand things over to you.

@artforlife AFAIK the fix for C15 never made it to the upstream kernel as the author refused to comply to the Linux kernel contribution rules (provide full real author name)....

@artforlife sounds good. Consider checking for latest keyboard firmware (ObinsKit I suppose) and filing a support case at https://getannepro.com/. Your second issue sounds like `usbcore` quirks are required as well....