Kyle Nusbaum

Results 37 issues of Kyle Nusbaum

Hi, @rjkroege I'm wondering if there's a way to support running edwood remotely over ssh. I've found this set of programs (https://github.com/4ad/mgk.ro/tree/master/cmd/plan9) which forwards a devdraw connection and sets `DRAWTERM`...

@rjkroege, Based on our discussion in #417, I created this proof-of-concept for editing things remotely in Edwood. It's pretty rough, but it's somewhat working. I don't expect this to ever...

This is a patch that adds chorded cut + paste to the Edit and Field UIs. It's not the cleanest, but it's a fairly minimal set of changes that I...

This change adds unit tests here and there for the few parts of the code not covered by our tests.

This adds improved error detection to the echo integrations. Previously, any returned error was recorded as an error in the echo span. This patch causes the integration to inspect the...

In tracer version 2, we want to prefix span tag key constant (SpanType, etc) with "Key*" (KeySpanType, etc) to more easily differentiate between constants representing tag values and constants representing...

proposal
next

A user ran into this issue (See https://github.com/DataDog/dd-trace-go/issues/608#issuecomment-601704985) If a `*redis.Client` is repeatedly wrapped with our `WrapClient`, it will send ever increasing numbers of spans per call, as wrappers injected...

bug
apm:ecosystem
ack

The option naming convention for configuring the tracer and spans is slightly inconsistent. When configuring on/off options, we sometimes have `With[X](bool)` (e.g. [WithAnalytics](https://pkg.go.dev/gopkg.in/DataDog/[email protected]/ddtrace/tracer#WithAnalytics), [WithDebugMode](https://pkg.go.dev/gopkg.in/DataDog/[email protected]/ddtrace/tracer#WithDebugMode)) and other times, we have enable/disable...

ack
proposal

As in #740, we need to make sure all of our http integrations are handling status code 0 correctly.

integrations
needs-investigation
ack
low-hanging