728x90 반응형 error10 Gemini CLI - /restore 동작 안함 : macOS 관련 버전Gemini CLI 의 0.22.2 - 0.22.4 임.checkpointing 기능 관련 버그.macOS 에서만/restore 동작을 사용하기 위해서 settings.json을 수정하면 Promise (비동기작업) 에러가 나면서 초기화가 되지 않아서 사용을 할 수가 없음.WSL에서 수행하는 경우는 잘 동작하는데... ==;; user global configuration인 settings.json 이 있는 디렉토리는 ~/.gemini 임.현재 해결방안이 안 보이는 터라 우선 settings.json에서 다음과 같이 checkpointing을 활성화해선 안된다.{ "security": { "auth": { "selectedType": "oauth-personal" } },.. 2025. 12. 28. Exceptions and Debugging Tools Exception은 Error를 포함하는 개념임.파이썬에선 BaseException 클래스가 프로그래밍에서의 예외(Exception)를 추상화하고 있음이의 서브클래스인 Exception 클래스는 프로그래머가 처리할 수 있는 예외를 추상화함.2024.09.25 - [Python] - [Py] Debug: Error and Exception. [Py] Debug: Error and Exception.1. ExceptionPython의 모든 (다룰 수 있는) 예외(Exception)의 상위 클래스.Exception: 영어로 “예외”, “특별한 경우”, 또는 “일반 규칙에서 벗어난 것”을 의미. Python 프로그램에서 예외(exception)는정상ds31x.tistory.com 파이썬에서 Exception 은.. 2025. 8. 18. [Py] Debug: Error and Exception. 1. ExceptionPython의 모든 (다룰 수 있는) 예외(Exception)의 상위 클래스.Exception: 영어로 “예외”, “특별한 경우”, 또는 “일반 규칙에서 벗어난 것”을 의미. Python 프로그램에서 예외(exception)는정상적인 흐름에서 벗어난 상황을 뜻하며,반드시 Error(명백한 코드의 오류)를 의미하지는 않음.개발자가 처리할 수 있는 예외(exception)는 Exception 클래스로 추상화,이를 포함한 모든 예외는 BaseException 클래스로 추상화 (이 문서의 아래 참고할 것)앞서 언급한 Error 가 아닌 예외(exception)에는Warning계열이나 Critical Exception (Keyboard Interrupt나 SystemExit) 등이 있음.예외.. 2024. 9. 25. [vscode] Python F5 로 수행시 에러: E+00000.078: Error while enumerating installed packages. Windows에서는 거의 vscode를 쓰지 않는데, 다음의 에러가 발생해서 도움을 요청받아 처리함.우선 Python 파일을 디버그 모드 등으로 수행할 경우 다음의 에러가 발생함.(base) C:\Users\dsain\test> cmd /C "c:\Users\dsain\miniconda3\python.exe c:\Users\dsain\.vscode\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher 59656 -- C:\Users\dsain\test\test.py "E+00000.078: Error while enumerating installed packages. .. 2024. 2. 5. [code-server] ipad의 웹브라우저에서 integrated terminal에 NerdFont 적용하기 oh-my-zsh를 사용하도록 code-server의 장비를 설정하고 나서, 가장 짜증이 나는 점이ipad의 모든 웹 브라우저로 접속할 경우,integrated terminal의 oh-my-zsh prompt에 있는 icon이 모두 깨져서 제대로 보이지 않는 문제였다. Windows terminal을 통해 ssh로 접속하거나데스크탑의 웹브라우저(웹브라우저 설정에서 font를 icon을 지원하는 것으로 변경)에선 아무 문제가 없는데ipad의 모든 웹브라우저에선 아예 font를 바꿀 수 없었다. ifont나 SFFE 등의 앱을 이용하여 ipad에서 font를 바꾸는 방법을 적용해도 integrated terminal에서 icon은 계속 깨져 보였다. 연휴 시작과 함께 이를 해결하기 위해 code-server.. 2023. 9. 27. [WSL] root계정으로만 로그인 되는 경우. WSL로 ubuntu등을 설치할 때, 중간에 해당 배포판의 계정을 입력하라는 다음의 문구가 나온다.Installing: Ubuntu 20.04 LTSUbuntu 20.04 LTS has been installed.Launching Ubuntu 20.04 LTS...Installing, this may take a few minutes...Please create a default UNIX user account. The username does not need to match your Windows username.For more information visit: https://aka.ms/wslusersEnter new UNIX username:위와 같이 new UNIX username:으로사용할 계정.. 2023. 9. 19. 이전 1 2 다음 728x90 반응형