Matthew Hiles

Results 6 issues of Matthew Hiles

Can support for creating a pseudo terminal be added for KISS? That way the kernel's MKISS module can be used and you get a real kernel network interface. This should...

Using both kafkacat and Sarama, I get errors both trying to subscribe to a topic and trying to publish. (Topic was created) ``` mhiles@ln-mhiles > echo test | kafkacat -P...

Versions: tinygo version 0.31.2 linux/amd64 (using go version go1.22.2 and LLVM version 17.0.1) Code to replicate issue: ``` package main import ( "fmt" "io" "os" "time" ) func main() {...

Added support for creating symlinks. Minimally tested, so if anyone could test it out, I'd appreciate it. I confirmed that symlinks get created, although on my archlinux system, I get...

The [bump from 125 MHz to 200MHz](https://github.com/tinygo-org/tinygo/pull/4768) broke timing for the WS2812 driver (and possibly other drivers?) on rp2040-based boards. I confirmed changing it back to 125 makes the driver...