Andrew Seigner

Results 20 issues of Andrew Seigner

maybe a slider and/or text box to precisely set bpm

enhancement
help wanted

the original [nin video](https://www.youtube.com/watch?v=6O_92BTrUcA) had a tick count of 32 (with only 2 sounds). it would be cool if the user could set the tick count, and the ui intelligently...

enhancement
help wanted

given a marathon application with multiple ports, the marathon namer currently supports routing to the first port returned by the marathon api: https://github.com/linkerd/linkerd/blob/fc5ce1e2d0b121304550e1dfda58026092a4211e/marathon/src/main/scala/io/buoyant/marathon/v2/Api.scala#L80 consider supporting multiple ports, similar to the...

enhancement
help wanted
marathon

two issues: - `thriftFramed` defaults to true at both router-level and server-level. - setting `thriftFramed` to false at the router level does not affect server-level. I'd expect the server to...

help wanted
documentation
hacktoberfest

#245 fixed a build issue in the Add Steps demo by upgrading Grafana. That version bump introduced a "Getting Started" panel in the Grafana dashboard, which should be removed. ##...

The test environment introduced in BuoyantIO/emojivoto#41, intended to exercising route, telemetry, and service discovery lifecycles in Conduit, includes the following: - conduit control + data plane - 1 slow-cooker, 100qps...

in progress
benchmarking

rbac is enabled by default on newer versions of kubernetes. we should make this part of the default kubernetes linkerd config. this commit added rbac to the default linkerd config,...

Some example files inline linkerd and namerd configs, for example, linkerd's config yaml is embedded in this k8s yaml: https://github.com/linkerd/linkerd-examples/blob/master/k8s-daemonset/k8s/linkerd-ingress.yml#L8 It would be helpful to call this out with a...

help wanted

The examples configs and instructions at https://github.com/BuoyantIO/linkerd-examples/tree/master/gob/dcos need updating. 1. Remove references to DC/OS linkerd and namerd universe package, use generic marathon configs instead. 2. Replace S3 config hosting with...

followup from https://github.com/BuoyantIO/linkerd-examples/pull/32, we should consolidate all k8s example configs and apps into one place, specifically `k8s-daemonsets` and `getting-started/k8s`