Comment by collinmanderson
4 days ago
For Python's uv, I think the closest thing to a cooldown is something like:
uv lock --exclude-newer $(date --iso -d "24 hours ago")
uv is considering a native relative date:
4 days ago
For Python's uv, I think the closest thing to a cooldown is something like:
uv lock --exclude-newer $(date --iso -d "24 hours ago")
uv is considering a native relative date:
No comments yet
Contribute on Hacker News ↗