Results 509 comments of Martin Tournoij

Also with the main branch you can set the FSNOTIFY_DEBUG=1 environment variable to print more debug info.

Closing as I can't reproduce and got no feedback.

Yeah, all of this was written before that was added to Go. zli.GetVersion() actually does a lot of this. We can't use it for getting the tag name (I don't...

Internally events are "just" pageviews, but with event=true and without the requirement that the "path" (event name) starts with `/`. Other than that, it's treated pretty much identical. There isn't...

Cheers. Just to copy/paste the comment I wrote on the other issue: I added a Dockerfile and DockerHub integration in #802 I changed some default settings to make all of...

U+F111 is private use; it's impossible for this library to know the correct width. IsEastAsian() probably returns something different on your systems(?) That depends on your locale. I don't know...

I think this should answer your question? https://www.goatcounter.com/help/sessions

I wonder if it would make sense to mark x/exp/slog as deprecated?

Yeah, that's a potential issue. stdlib's log/slog is more or less a drop-in replacement for x/exp/slog, but for example x/exp/maps has some stuff that didn't make it in stdlib, so...

Emitting a diagnostic is okay. I'll change that. Personally I'd strongly prefer case-insensitive checks whenever feasible. To me at least it's much more natural to type "sa1000" rather than "SA1000"...