pedantic79

Results 12 comments of pedantic79

With ~~Big Sur~~ _Monterey_ on an M1 Pro, I get this output now: ``` » sysctl -a | rg cpu kern.cpu_checkin_interval: 4000 kern.sched_rt_avoid_cpu0: 0 hw.ncpu: 10 hw.activecpu: 10 hw.perflevel0.cpusperl2: 4...

@tmzane The wrapper my team uses looks like this: ``` type Logger struct { *slog.Logger } ``` This is mostly to provide helper functions for custom levels. ``` // Critical...