kapmix

Results 3 issues of kapmix

感觉是app/static/js/global.js文件第18行开始错误导致的: //初始化左侧菜单选中样式 var activeMenu = $(".sidebar-menu a[href*='" + getPageName() + "']:first").parent(); if (activeMenu.length > 0) { do { activeMenu.addClass("active") activeMenu = activeMenu.parent(); } while (!activeMenu.hasClass("sidebar-menu")); } 还不会js, 所以不会修改.

elisp: `(use-package nox :config (setq nox-shutdown t) (setq nox-python-path "/usr/local/bin/python3") (dolist (hook (list 'python-mode-hook )) (add-hook hook '(lambda () (nox-ensure)))) (add-to-list 'nox-server-programs `(python-mode . ("mspyls" "--tcp" "--host" "localhost" "--port" :autoport))...

Traceback (most recent call last): File "/Users/kapuddi/.emacs.d/el/lsp-bridge/core/codeium.py", line 290, in post_request with urllib.request.urlopen(req) as response: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/[email protected]/3.12.6/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 215, in urlopen return opener.open(url, data, timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/[email protected]/3.12.6/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line...

help wanted