pullrequests Search Results · language:Dune language:Python language:JavaScript language:Java language:HTML language:Python
Filter by
209M results
🛡️ Sentinel: [security improvement]
🚨 Severity: MEDIUM/ENHANCEMENT 💡 Vulnerability: Lack of input validation and default form submission behavior. 🎯 Impact:
Potential for DoS via large payloads and data ...
The three videos are on there as well as the summary report
Bumps @babel/preset-react from 7.28.5 to 7.29.7. details summary Release notes /summary p em Sourced from a href=
https://github.com/babel/babel/releases @babel/preset-react s releases /a . /em /p blockquote ...
Bumps pyinstaller from 6.19.0 to 6.21.0. details summary Release notes /summary p em Sourced from a href=
https://github.com/pyinstaller/pyinstaller/releases pyinstaller s releases /a . /em /p blockquote ...
dependencies
python
Summary
- Add held_generation = store_generation check to StartServer.__call__() so a user-initiated stop→start on the same
Worker skips the destructive hydrate when the Worker already holds the ...
Summary
Adiciona dois workflows que fecham o ciclo de CI no PR do jira-agent:
- ci-fix-notifier.yaml — detecta falha de CI em branch claude/* e posta convite /fix no PR.
- ci-fix-agent.yaml — recebe ...
추가 글 (technique 카테고리 첫 글)
- 슬라이딩 윈도우 (Sliding Window) — 고정 크기 윈도우의 구간 합을 $O(N)$으로 갱신하는 기본 테크닉.
- 단조 큐를 활용한 슬라이딩 윈도우 (Sliding Window Maximum) — 단조 큐로 구간 최소/최대를 $O(N)$에 구하는 기법. 힙 풀이($O(N \log N)$)와 ...