Comment by collinmanderson
2 months 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:
2 months 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 ↗