Eli Bishop

Results 20 issues of Eli Bishop

A previous issue https://github.com/dotnet/docfx/issues/185 reported that XML comment tags in the form `` were being completely stripped. What I'm seeing now (with DocFX 2.57.2) is a bit different: they are...

It's been brought to our attention that the `.deb` packages included in the release binaries (for instance, [here](https://github.com/launchdarkly/ld-relay/releases/tag/v6.7.7)) are not compatible with all Linux-based environments that use `.deb` packages. Specifically,...

Originally reported in [this comment](https://github.com/launchdarkly/js-client/issues/126#issuecomment-483334131) on the more general issue #126. ## Symptom In recent versions of Chrome, the browser console shows this warning: `Failed to execute 'send' on 'XMLHttpRequest':...

LD has opened this issue to let everyone know that we're aware of these vulnerability reports, and we will release a patch version of our Docker image to address these...

### Subject Thread A starts Thread B to read a chunked HTTP response. At some point, regardless of whether the server has more data, I want to break the connection...

**From the LaunchDarkly SDK team:** We're posting this to get feedback from our customers who use the LaunchDarkly Android SDK. The basic questions we're asking are: 1. What is the...

help wanted

This adds the incremental loading feature that was one of the main motivations for the whole rewrite. As before, the implementation is closely based on the Java version in `okhttp-eventsource`....

This is a major rethink of this fairly old code, closely based on the [v4.0.0 redesign](https://github.com/launchdarkly/okhttp-eventsource/releases/tag/4.0.0) of our Java SSE client `okhttp-eventsource`. It has the following goals: * Give the...

Internal-scoped types in an assembly are by definition not usable from outside the assembly (unless there's an InternalsVisibleTo directive) and are likely to be implementation details. It's nice to have...

enhancement

.NET itself doesn't (as far as I know) have a standard for attaching a documentation comment to a whole namespace, but for a long time the Sandcastle HTML documentation generator...

enhancement