Chris Morgan

Results 252 comments of Chris Morgan

@ChrisHines I'm looking at the go-kit log code. Should the approach be syntax like: logger = level.NewFilter(logger, level.AllowError()) logger = log.WithPackage(logger, "package name here") And after reading more of the...

@ChrisHines any comments on direction? I'd like to hack something together but would appreciate some direction before starting.

@jtaylor32 that's why I was wondering if something like DefaultCaller but for the current package might work. I'm also not sure if those kvps will show up in the final...

It looks like hardware PWM support isn't provided via sysfs: https://github.com/google/periph/blob/master/host/sysfs/gpio.go#L307

Hi @maruel, yep, isn't /sys/xxx sysfs or am I confused there?

Hi @maruel, in this csae an Omega2+ board. I apologize if the support is already present, I combed the codebase, searched etc but I'm still a bit new to sysfs...

@maruel yep, I was thinking it would be relatively transparent with respect to the hardware itself. I'm not at the point with periph that I could help contributing anything here...

What do you mean by KO vs OK? On Fri, May 7, 2021 at 12:56 PM charleslales ***@***.***> wrote: > Hi, > > I'm currently facing an issue when capturing...

Yeah an extension package or an addition to packetnet-connections (although in this case I guess its misnamed since udp is connectionless) would be pretty cool

I bet others would be interested. It could be a good addition to packdotnet-connections if you were interested. On Fri, May 14, 2021 at 11:20 AM charleslales ***@***.***> wrote: >...