Matt Farstad

Results 5 issues of Matt Farstad

I've realized that I could turn the program into a database agnostic fully fledged spreadsheet program with about a months worth of work. Any features you'd like? Here's what I...

enhancement
help wanted

I ended up not adding mouse support since that is only easy when in alt mode, so I'll add altmode/mouse support in a separate PR. This one is mainly to...

Just wondering if anyone's tried compiling for aarch64, or if that would require extra work from the maintainers

Flutter 3.1.0-0.0.pre.1887 (upgraded from 3.0.1 to see if latest master could help) With a setup like this ```dart final _windowButtons = [ MinimizeWindowButton( animate: false, colors: WindowButtonColors(iconNormal: Colors.black), ), MaximizeWindowButton(...

Hello! I'm trying to get some form of continuous read from a serial port going. Ideally I just listen to the stream that the `SerialPortHandle` after `open()` contains, but that...