Matt Layher

Results 197 comments of Matt Layher

I'd be happy to take this on, but I assume we'd want to leave it alone until 2.0?

Makes sense! I just wanted to ping since I saw @Gouthamve apply the hacktoberfest tag.

> We could just sidestep the Holt/Holt-Winters issue by calling them double_exponential and triple_exponential, which would allow keeping the current name as a hidden/deprecated compatibility alias to double_exponential. This seems...

I'm actually not sure why actions isn't running here, let me see.

I'm good with this but will want to get CI updated first. Will set a reminder.

I'll leave it up to @SuperQ, I have not been actively participating in this library for some time.

Interesting, yeah makes sense to me. Is there a standard syntax for that type of addressing? Otherwise I'd be inclined to go with `serial:port` because it matches IP:port syntax.

One other thing: I don't have a device with this capability and thus can't poke around the sysfs entries. A contribution would be welcome. Basically: ```toml [[devices]] name = "desktop"...

One other config option that might be better: ```toml [[devices]] name = "desktop" serial = "DEADBEEF" port = 0 baud = 115200 ``` Where `port = 0` is implied by...

I only have a Linux machine, but do you have cgo disabled by chance? What happens with: ``` CGO_ENABLED=1 GOOS=freebsd go build ./... ```