Results 509 comments of Martin Tournoij

Demand for this seems pretty low – it's not super-hard to do this (push out new numbers over the websocket, re-render chart), but to really make it work well does...

It's been over three years, and I can't recall this has ever come up other than this issue. The amount of effort requires to add this is fairly high –...

The problem with that is that many unportable events are supported by more than one platform. And even for events on one platform it's awkward to have fallbacks – I...

Overview of additional event types: inotify IN_ACCESS File was accessed (e.g., read(2), execve(2)). IN_CLOSE_NOWRITE File or directory not opened for writing was closed. IN_CLOSE_WRITE File opened for writing was closed....

> I can write a paragraph about it in the next days (but I am not sure I will have time before mid October). No hurries; I came across this...

I think sorting it like this by default makes sense, because unlike identify you usually don't really care about the order on the CLI, but rather about printing the ranges,...

Just to set expectations: I probably won't work on this any time soon, but I'll merge patches.

I read through this issue, and I don't really understand: > I don't have a reasonable (not hacky, or requiring a dedicated command installed) way to add a `//lint:file-ignore SA4003`...

Ah, right so 😅 I'm not sure why I didn't "see" that option; probably because writing it like that is just not how I would ever do it, and it...

You can use any codepoint; see doPrintf() in fmt/print.go. This is valid: type export int func (e export) Format(f fmt.State, verb rune) { switch verb { case '🤷': fmt.Fprint(f, 0)...