Results 367 comments of Martin Tournoij

Like I said, if someone really wants it then they can send a patch, and I'll merge it as long as it has a test or two and isn't absolutely...

I deleted the original fork, guess I forgot I had a PR on it, and it seems I can no longer edit it now :-/ I had to open a...

To be honest I'm not entirely sure if this is actually the right thing to do ... Probably more testing is needed to determine exactly what's going on.

> Tried modifying "bufsize: 6553600" but it didn't work I'm not sure what "bufsize" refers to here? Did you try increasing `fs.inotify.max_queued_events`? i.e. sysctl fs.inotify.max_queued_events = 131072

ErrEventOverflow is only returned if reading from inotify returns IN_Q_OVERFLOW; I clarified the docs to mention that more clearly. inotify(7) says that this happens when max_queued_events is exceeded, so I...

Can you try the latest main branch? There's been quite a few changes, so it may already be fixed/improved. I should probably tag a new version (I wanted to get...

I only have a QEMU machine for macOS, which just barely functions as-is. Trying to run Docker inside that would probably melt the laptop, desk, chair, and quite likely the...

> I can get page views as a whole, /api/v0/stats/hits, but I can't get it for a page Yeah, that's correct; although you can use include_paths=[id] to only get stats...

> Any chance of being able to pass the path as a string, not the id? That is actually how it used to work, but I removed that in favour...