Srijan Choudhary

Results 17 comments of Srijan Choudhary

https://gitlab.com/mardy/bussator does this for webmentions -> isso (but I've not tried it yet).

What about using an external service for this (like akismet)?

Yeah. I meant as an option, not as default (of course).

There are actually two issues here: 1. Unpack issue when using msgpack. I did not debug this further, but here's a workaround that works for me: use json instead of...

One alternative to averages which I think could be useful can be: count (or %) of visitors in different time spent buckets. For example: Total visitors to: **200** Visitors who...

I see that this feature is now added natively by Github. https://github.blog/changelog/2022-08-23-new-options-for-controlling-the-default-commit-message-when-merging-a-pull-request/

I ran into this just now. The commit mentioned above is included in my `wakatime-mode.el`, so maybe something else is also needed to fix this. Disabling `global-wakatime-mode` makes it work.

My recommended implementation: 1. Keep track of last packet received time for any packet in a new state variable. 2. Start a new timer which checks this last packet received...

Just updated to 3.0.0-alpha.2 - it works for me as well without issues. Thanks 👍. (Originally published at: https://srijan.ch/notes/2023-11-30-002)

Actually, I tested this with Kirby 4, and looks like it fails with some error, so we can hold off on this implementation for now. Do you have any ideas...