rayshoo
rayshoo
아주 개인적인 이유로 '영어'가 아닌 '한글' 자판일 경우에만 키를 두개 바꾸고 싶은데 fork해서 이 부분만을 수정해서 쓰고 싶어도 부끄럽지만 부족한 실력으로 방법을 전혀 모르겠어서..ㅜ 혹여 방법을 아시는분이 계실까하여 질문 남겨놓습니다...
Fixed an issue that could not be seen when the logo size was large.
I am very sad that this great project is no longer available. I tried to somehow modify this code to work in the latest version of React, but failed due...
### Summary When creating a secret with a mount name, unexpected behaviors occur. ### Steps To Reproduce ```sh $ gp mounts add test C:\Users\raysh\AppData\Local\gopass\stores\test $ gp mounts list gopass (C:\Users\raysh\AppData\Local\gopass\stores\root)...
## Description This PR improves the ClamAV plugin's multipart form-data parsing to properly support HTTP/2 requests. The original implementation had issues parsing multipart data in HTTP/2 environments, causing file uploads...
Fixes: #9861 **Description** Kaniko cannot generate multi-platform images from a single node. - amd64 builds must run on amd64 nodes. - arm64 builds must run on arm64 nodes. Although the...
This issue was discovered while working on PR #9860. The tests were conducted using the official Skaffold image: skaffold:latest (gcr.io/k8s-skaffold/skaffold:latest). When building with Kaniko through Skaffold, the platforms array is...
Fixes: #7008 Fixed kaniko's no-push option. Fixes: [compressedCaching](https://github.com/GoogleContainerTools/kaniko?tab=readme-ov-file#flag---compressed-caching) Added to support kaniko's compressedCaching=false flag. **Description** I used kaniko when building our company's CICD, but while trying to migrate to skaffold...
``` # src/login/pages/LoginConfigTotp.tsx // before ... {totp.supportedApplications.map(app => ( {advancedMsg(app)} ))} /ul> ... // after // debug code useEffect(()=>{ console.log(totp) console.log(totp.supportedApplications) },[totp, totp.supportedApplications]) ... // If don't change it like...