Results 509 comments of Martin Tournoij

The problem is that you need a license from IBM to get the install media. As far as I know there isn't any option to get a free "developer license"...

I pushed that code to the `aix` branch in fsnotify: https://github.com/fsnotify/fsnotify/tree/aix – the code is in backend_aix.go, and is mostly the same as that Gist, with `gofmt` applied, a few...

I just removed the aix branch. I've tried to ping/contact the AIX people a few times over the last few years, and they never even bothered acknowledge me. I'm not...

I don't see Gorilla being used by gin? Also, some RedHat people said they want to take over maintainership of gorilla, but that seems to be taking forever, because 🤷

I remember you used the API for some things @TigersWay, but don't specifically remember CSV exports off-hand, sorry. Can you give me a little bit more information about what kind...

The solution in 2.6 (already live on goatcounter.com) where it no longer collects individual pageviews by default (but can be enabled in settings) is a decent middle-ground. So closing this.

I'd have to check to be sure, but I'm pretty sure this should be handled: https://github.com/monoculum/formam/blob/master/formam.go#L501 – it doesn't call strconv.ParseBool() at all. What does your HTML and code look...

> @arp242 Depending on what stack you're using, it also might not be the worst-ever-idea to skip River's built-in job list API and just use your data access layer (e.g....

I can't reproduce this, using c94b93b: % print $TMPDIR /var/folders/01/5qf4m0jn7rz_15kt2fm5p6g40000gn/T/ % vim $TMPDIR/x % fsnotify watch $TMPDIR 14:50:08.3160 ready; press ^C to exit 14:50:19.6281 1 CREATE "/var/folders/01/5qf4m0jn7rz_15kt2fm5p6g40000gn/T/com.apple.appstoreagent" 14:50:20.5443 2 CREATE...

Also there is the test/kqueue.c program, which works identical to fsnotify, but is much more simple. Can you reproduce it with that? Or what does that output?