Alex Reynolds

Results 26 comments of Alex Reynolds

I ran into this same issue for a project I'm working on, where I am using a managed `Popover` but the overlay does not responds to click events. I put...

This issue may be related: https://github.com/allinurl/goaccess/issues/1803

My end goal is to run a daemon at startup on a collection of log files (some gzip-ed). If `goaccess` can't track the summary when it changes, that's fine. My...

The cron job is effectively appending data, or at least it must be changing file offsets when the file content is changed. Updating this statically is fine for my use...

The tileset API may disallow use of the slash and dot characters (cf. https://www.django-rest-framework.org/api-guide/routers/). This behavior could perhaps be changed by adding (untested): ``` lookup_value_regex = '[^.]+' ``` or similar...

Discussion in this PR may be related: https://github.com/higlass/higlass-server/pull/85