Jacob LeGrone

Results 25 comments of Jacob LeGrone

@kkirsche fyi I've been working on a graphql refactor. It's not quite ready for opening a PR yet but you can view the diff here: https://github.com/infinityworks/github-exporter/compare/master...jlegrone:feature/graphql

Very cool! I was not aware of the zinc project. Upstreaming support in temporalio/temporal would be my preference, as the storage interfaces tend to change a bit and this would...

I believe there are plans to add full visibility features (eg. filtering by custom attributes) to all sql storage drivers in `temporalio/temporal`. This should avoid the need for an elastic...

> 1. Set up an environment with two+ Temporal clusters, henceforth referred to as "primary" and "fallback" How are you configuring your temporalite instances? Eg. does `temporalite start --ephemeral -p...

A `ContextAwareLogger` interface sounds like it could be useful... but when the SDK already has a workflow or activity context available to pass into the client's default logger, why not...

Reopening, I agree this is still very relevant!

We [discussed this](https://docs.google.com/document/d/1d-6xJEx0C78csIYSPKJzRPeWaHG_8W1Hjl72OJggwdc/edit#) on the Helm developer call today. There was agreement that this is a change that makes sense, but we are not sure whether the new behavior must...

@coffeesam `sectionListStyle` is the prop you're looking for. I have mine set to `{ width: 50 }`.

@rimusz can you expand on point 1? What metrics would be exposed, and how? Would this file be published as part of the chart?

I'm thinking this might also make it easier to support using `ct` as a helm plugin at some point.