pullrequests Search Results · language:Dune language:JavaScript language:Java language:Java language:JavaScript language:HTML
Filter by
155M results
This PR configures your project for Cloudflare Workers deployment using Wrangler autoconfig.
Merging this PR commits the configuration to your repository, enabling faster deployments and version controlled ...
Automated update of the LTS version table from DockerHub.
What was the issue?
PATCH /deleteProfilePicture threw NullPointerException when called by an authenticated user. The endpoint used
@AuthenticationPrincipal Principal principal, but JwtAuthenticationProvider ...
window.sgPerf is an object (with .start(), .end(), .report() methods), but line 15331 called window.sgPerf() as a
function. Fixed to window.sgPerf.report().
This was the last remaining JS error after ...
Bumps the ci-dependencies group with 13 updates:
| Package | From | To |
| --- | --- | --- |
| actions/checkout | 4 | 6 |
| actions/setup-node | 4 | 6 |
| actions/upload-artifact | 6 | 7 |
| actions/download-artifact ...
dependencies
github_actions
무엇을 / 왜
기사 에디터의 사용자 보고 버그 2건을 수정한다.
① Ctrl+D → 브라우저 북마크 창이 뜨던 버그
- 원인: WriterPage.onKeyDown에서 삭제할 텍스트 라인이 없을 때(blockIndex 0) preventDefault 없이 early-return → 브라우저 기본동작(북마크)이 발동. 한 번
삭제 후 두 번째 ...
Motivation
- Change the default (fallback) delivery fee from $2.50 to $3.50 so the application uses the new base delivery charge.
- Remove an unnecessary test dependency and make frontend tests deterministic ...
codex
Summary
Allow temporary override of NCD s hardcoded ₹1,00,000 min + whole-lakh multiples via env vars so we can run end-to-end
₹100 / ₹1 test payments without touching code.
Usage on EC2
# In .env
NCD_MIN_AMOUNT=100 ...