pullrequests Search Results · language:Dune language:JavaScript language:Java language:Java language:Java language:Java is:public
Filter by
128M results
설명
!-- 이번 PR에서 구현한 주요 내용이나 변경 사항을 간략하게 적어주세요. -- 설명 작성
🔗 Issue
Closes #
확인할 사항
!-- 리뷰어가 중점적으로 확인해야 하는 부분이나 테스트 방법을 적어주세요. --
- [ ]
- [ ]
Description
Added a new Algorithm Performance Metrics Dashboard section to the Visualizer page.
Changes Made
- Added a dedicated Performance Dashboard section.
- Included execution time comparison ...
Created src/utils/constants.js to store INITIAL_APP_STATE and LOCAL_STORAGE_KEY.
Integrated localStorage inside BookProvider to automatically save and load user data (saved books and finished books). ...
문제: 덧칠하기
- 벽에서 다시 칠해야 하는 구역들이 주어진다.
- 길이 m 인 롤러로 칠해야 할 구역을 모두 포함하도록 최소 횟수를 구한다.
접근 방법
- section 배열을 왼쪽부터 순회한다.
- 현재 구역이 이미 칠해진 범위 안에 있으면 넘어간다.
- 칠해진 범위를 벗어난 구역을 만나면 그 구역부터 롤러를 한 번 사용한다.
핵심 ...
Merge https://github.com/StageDog/tavern_helper_template 1fdfca5
template_sync
Bumps tmp from 0.2.3 to 0.2.7. details summary Commits /summary ul li a href=
https://github.com/raszi/node-tmp/commit/8ea1f37d75c67569e0f151448330d52f7babf211 code 8ea1f37 /code /a Bump up the
version ...
dependencies
javascript
What this PR does / why we need it?
Summary of your change
Please indicate you ve done the following:
- [ ] Made sure tests are passing and test coverage is added if needed.
- [ ] Made sure commit ...
Summary
- Remove the duplicate Yeaft session settings button from the conversation header; the session list three-dot menu
remains the settings entry.
- Reorder header actions to VP list, message ...
When using the extractClientCertificateFromRequest function with a Web Request object (or any iterable header source
like Hono, Next.js, Cloudflare Workers, etc.), if a header named proto happens to be ...