Martin Tournoij
Martin Tournoij
I need to think about this one a bit to ensure there are no edge cases where *Weird Stuff*™ happens; I'm a bit nervous about that. I need to get...
I haven't had the time to look at it yet @stufently, but you can use `replace github.com/monoculum/formam => [..]` in your `go.mod` to use this branch (or any other version)...
Which device do you have? It scales down some text on mobile depending on screen size, but maybe it's a bit too much. I find it looks kind of okay...
18px seems rather huge to me. The default desktop size is 16px. Generally you want to make the fonts a bit smaller on mobile devices, not larger. I changed it...
The proposed styling makes ``s kinda weird, especially if you use `` or have multiple. Default behaviour With the proposed change --- The border is one of those outset (or...
There's still quite a bit of work that needs to be done in terms of API; not 100% sure what it will look like yet, but certainly different from this...
Right now this PR uses the Plan 9-specific `syscall.Dir`, so it won't work on other systems. Is there a specific reason for that? I plan to add polling support soon...
> The reason for using the syscall.Dir, is for access to the QID version which is how you can tell if a file has been updated between polls. Ah right,...
I'm not sure if there's anything more we can do here; if file attributes get changed and kqueue sends a NOTE_ATTRIB event then, well, we got to report it. The...
I think #520 *probably* fixed this; I think some program changed file attributes on wakeup, which would show up as Write events because that's how the Windows API sends them...