pullrequests Search Results · language:Dune language:JavaScript language:Java language:JavaScript language:HTML language:PHP
Filter by
170M results
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/configure-pages | action | major | v4 → v6 |
Release Notes
details summary actions/configure-pages ...
dependencies
major
What s in this PR
Three Georgia State Patrol DPS-1114 pursuit critique forms (Troop A, 2024) plus a README with extraction schema and demo
prompts.
Sample documents:
- perry-234-critique.pdf — born-digital, ...
Bumps actions/stale from 8 to 10. details summary Release notes /summary p em Sourced from a href=
https://github.com/actions/stale/releases actions/stale s releases /a . /em /p blockquote h2 v10.0.0 /h2 ...
dependencies
github_actions
Will go over the unit tests in ASCII order of the classpath and classes.
Search regexp: new\s+\w+(?:\s* (?:[\s\w ,.?]|\s* [\s\w ,.?]* )* )?\s*\([^)]*\)\s*\{
/* NFI */ = Not Functional Interface so break ...
4.x
Cleanup
관련 이슈
close #578
작업 배경
사용자 로컬 DB는 즐겨찾기, 최근 검색, 신고 receipt처럼 앱 업데이트 후에도 보존해야 하는 데이터를 담고 있습니다. 현재 schemaVersion 1 동작은 유지하되, 다음 schema 변경 전에
migration hook과 보존 검증 기준을 명시해야 합니다.
작업 내용
- UserDatabase에 ...
This PR contains the following updates:
| Package | Type | Update | Change |
| --- | --- | --- | --- |
| actions/checkout | action | major | v4 → v7 |
Release Notes
details summary actions/checkout ...
dependencies
major
💡 What: Replaced Math.sqrt and Math.pow with squared primitive integer multiplication in the nested loop of
CombatTerrainGrid.update(). 🎯 Why: Math.pow and Math.sqrt involve heavy native JNI floating-point ...