Wyatt Anderson

Results 17 comments of Wyatt Anderson

I accomplished this with [`markdown-it-modify-token`](https://github.com/jeffbski/markdown-it-modify-token). I have a set of typography components I built with `styled-components` that I import in each `.mdx` file as such: ``` --- imports: '{P, H1,...

> Firstly, we always have to make sure the initialisation of LD uses sendEventsOnlyForVariation (which should be the default really as I don't see why anyone would want to report...

> Kafka stores data on disk. If you can afford storing all trace data on disk before sampling, you can probably also afford storing all of it after sampling, making...

Thanks! This surfaced for us because we're naming workflows and activities according to fully qualified Protobuf names, so we have things like `company.domain.Workflow`, which was turned into `company_domain_Workflow` when emitted...

Just chiming in to voice additional desire for a solution to this problem. Two use cases where this would be extremely valuable for us: - setting the operation name of...

This would be a really positive change for me and would eliminate a lot of hacky workarounds. Either the `_raw` variants or the backticks would be fine; I think a...

I have a functioning `DIRECT` connection between two ZeroTier peers, each running v1.5.0. Is there anything more I need to do to enable multipath beyond the following `local.conf`? ``` {...

I think some of the issues in #3295 would be addressed by the addition of this capability. I agree with much of what's been said in that issue and what's...

Would be awesome to see U2F support, but we'd also love to have [TOTP](https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm). We use the LDAP connector, though, so if it could be configurable to work with connectors...