pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:PHP language:Python
Filter by
195M results
Fixes #185543
quantile_compute uses unstable sort() internally. For tied values, CUDA s CUB radix sort produces a different element
ordering than Inductor s Triton bitonic sort, causing gradients to route ...
This PR is automatically managed by GitHub Actions to sync feedback from Issues.
#️⃣ 관련 이슈
closed #57
PR 유형
어떤 변경 사항이 있나요?
- [x] 새로운 기능 추가
- [ ] 버그 수정
- [x] 코드 리팩토링
- [ ] 주석 추가 및 수정
- [ ] 문서 수정
- [ ] 테스트 추가, 테스트 리팩토링
- [ ] 빌드 부분 혹은 패키지 매니저 수정
- [ ] 파일 혹은 폴더명 수정 ...
This PR contains the following updates:
| Package | Update | Change |
| --- | --- | --- |
| quay.io/prometheus/prometheus | minor | v3.11.3 → v3.12.0 |
Release Notes
details summary prometheus/prometheus ...
renovate/long-term-metrics
- is_client_payment : crédit 0 et libellé sans motif interne/frais (insensible casse/espaces)
- extract_invoice_numbers : regex INVOICE_NUMBER_REGEX
- match : STRONG (n° facture + montant ±1%/±1€), ...
Description -
Fixes the issue where the Analyze Resume button was not functioning properly and improves the overall UI/UX of the
application.
Related Issue - #4544
Changes Made -
- Functional Fixes ...
ECWoC26
Description
Improved backend by optimizing code structure, removing unnecessary files (like package-lock.json), and cleaning up
unused dependencies. This improves performance and reduces clutter in the ...
Bumps the gha-dependencies group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| jupyterlab/maintainer-tools | 0.34.0 | 0.34.1 |
| codecov/codecov-action | 6.0.0 | 6.0.1 |
| github-community-projects/issue-metrics ...
dependencies
github_actions
Three fixes from playtesting feedback.
1. Snap: more than 52 cards race (bug fix)
Simultaneous SNAP presses each grabbed the whole middle pile into a different hand, duplicating cards. Snapping is ...