Sung Yoon Whang

Results 71 comments of Sung Yoon Whang

We've published https://uber-go.github.io/fx/ and we're actively adding contents to it. Closing this issue as done.

private provides are now available with v1.19.0 or later releases

PerfCollect uses perf and LTTng as its tracing mechanism - As far as I am aware, neither perf or LTTng is available on macOS, so we can't enable perfcollect to...

To add to @wfurt's answer, you can also get some useful runtime events (ex. JIT, GC, Threads, etc.) as well. To do that you can add `Microsoft-Windows-DotNETRuntime:0x4c14fccbd:4` to `COMPlus_EventPipeConfig` environment...

Hi Jason! good to see ya around again 👋 Seems like I can't repro this either on any of my machines. Is this reproing consistently for you? or is it...

@josalem if you don't mind, I can tackle this one since I've been spending the past few days investigating related issues.

Sorry for the late update here but I've investigated this issue and root-caused it to a TraceEvent issue. I will be following up with a PR to address this after...

Hey @galecore! Thanks for raising this issue. I took a cursory look at your library and we have something similar already. Check out https://github.com/uber-go/zap/tree/master/exp/zapslog from https://github.com/uber-go/zap/pull/1246 :)

Hello @jba , master branch currently tracks latest version of slog with #1314 and #1315. Once Go 1.21 is out, we can consider moving it out of exp/ tree to...