I'm getting some of it as well. You can mark *all* notifications as read with
`gh api -X PUT notifications -F "last_read_at=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"`
@antoineprv.bsky.social
I'm getting some of it as well. You can mark *all* notifications as read with
`gh api -X PUT notifications -F "last_read_at=$(date -u +'%Y-%m-%dT%H:%M:%SZ')"`
Register for the Apache Arrow Summit Paris 25 (October 2nd) at: www.meetup.com/pydata-paris...
The event is hosted by @pydataparis.bsky.social
We are looking forward to seeing you there and talking about all things Arrow.
I'll be attending the event, looking forward to meet Python folks!
28.08.2025 13:43 β π 2 π 0 π¬ 0 π 0As for constraints, you can model all decision variables as binaries and express conjunctive normal form as linear constraints.
In both cases (SAT and ILP), I think you'd need to make dedicated heuristics to have smth reasonable for package manager, so it boils down to the most adaptable codebase.
What would be your optimization objective? Probably some heuristic of what it means to be "up to date" with open questions as "Is it better to have indirect dependency very outdated rather than a direct one slightly outdated", but you'd also need to defined "very" and "slightly".
02.12.2024 11:38 β π 0 π 0 π¬ 1 π 0