diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-23 11:00:34 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-23 11:00:34 +0800 |
commit | fd014c9c1264a472c83d6b52256cbaedada86d3c (patch) | |
tree | 52a5dd86fd3a0a89d4e1f911d33408210f97a820 | |
parent | Don't tell the user to press submit when solution found (diff) | |
download | powxy-fd014c9c1264a472c83d6b52256cbaedada86d3c.tar.gz powxy-fd014c9c1264a472c83d6b52256cbaedada86d3c.tar.zst powxy-fd014c9c1264a472c83d6b52256cbaedada86d3c.zip |
Add week rounding bug to README
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Inspired by [Anubis](https://github.com/TecharoHQ/anubis). But much simpler. be lost. - It does not work when duplex connections are needed, e.g. with Git's Smart HTTP protocol. +- Currently we round times to the nearest week for persistence, but this could + cause issues if a user completes the challenge at the end of a rounded week. ## Contributing |