Results 367 comments of Martin Tournoij

Oh wait, you did include a link; do'h. It loads for me, but not sure if you have it set to public or "secret" now?

Ah right; "Cookies" is set to to "Cross-site tracking cookies, and isolate cross-site cookies" for me in Firefox. I'm not sure what the default is. I don't have an Apple...

Are you sure the `ip` and `user_agent` fields are set? Does it return an error if you drop the `no_sessions` parameter? What is the actual request it sends?

Actually, I just realized that pushing all the content in the :content group fixes #1636 as well. Doesn't seem to cause any regressions in the test file, so amended this...

Can you tell me which browser you're using, and on which system? Thanks.

Thanks. Looks like something goes wrong for bar charts with "view by day" selected but just a few days in the date range, so you have very wide bars. It...

Okay, should be fixed. Let me know if you're still having problems.

It should be pretty easy to create a patch for this: add a new `lowercase` option in theswitch here: https://github.com/fatih/gomodifytags/blob/main/main.go#L390, update the docs, add a few tests.

Why not send a PR? :-)

Thanks! Ideally what I'd like is for this is for `Dir()` to be recursive when the path ends with `/...` or `\...`: // Current non-recursive reload.Do(log.Print, cb, reload.Dir("./tpl", reloadTpl)...) //...