-
Notifications
You must be signed in to change notification settings - Fork 0
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
fix(aprsis): add read timeout to get_packet readline to prevent indefinite hang on stalled connections
bugAn issue with the system.An issue with the system.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#455 In andrewthetechie/err-aprs-backend;refactor(code-quality): rename modu1e to modul and addresse to address
enhancementNew feature or requestNew feature or requestpythonPull requests that update Python codePull requests that update Python codeStatus: Open.#454 In andrewthetechie/err-aprs-backend;build(docker): add .dockerignore to exclude .git and tests from build context
enhancementNew feature or requestNew feature or requestgithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions codeStatus: Open.#453 In andrewthetechie/err-aprs-backend;perf(clients): reduce sleep loop iterations from 36000 to 360 for hourly frequency
enhancementNew feature or requestNew feature or requestpythonPull requests that update Python codePull requests that update Python codeStatus: Open.#452 In andrewthetechie/err-aprs-backend;perf(aprs): replace asyncio.sleep(0.001) with sleep(0) for zero-delay cooperative yield
enhancementNew feature or requestNew feature or requestpythonPull requests that update Python codePull requests that update Python codeStatus: Open.#451 In andrewthetechie/err-aprs-backend;fix(aprsis): add read timeout to sequential readline calls in _send_login
bugAn issue with the system.An issue with the system.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#450 In andrewthetechie/err-aprs-backend;refactor(plugins): replace private importlib._bootstrap imports with public importlib.util
bugAn issue with the system.An issue with the system.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#449 In andrewthetechie/err-aprs-backend;refactor(aprsis): use instance logger self._log instead of module-level logging.error in get_packet
bugAn issue with the system.An issue with the system.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#448 In andrewthetechie/err-aprs-backend;perf(health): convert all_blacklisted and all_loaded lists to sets for O(1) membership lookup
enhancementNew feature or requestNew feature or requestpythonPull requests that update Python codePull requests that update Python codeStatus: Open.#447 In andrewthetechie/err-aprs-backend;fix(health): log getloadavg exceptions instead of silently swallowing them
bugAn issue with the system.An issue with the system.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#446 In andrewthetechie/err-aprs-backend;fix(parser): narrow bare except Exception to (IndexError, AttributeError) in check_for_new_ackrej_format
bugAn issue with the system.An issue with the system.pythonPull requests that update Python codePull requests that update Python codeStatus: Open.#445 In andrewthetechie/err-aprs-backend;perf(parser): pre-compile regex patterns to avoid per-packet recompilation
enhancementNew feature or requestNew feature or requestpythonPull requests that update Python codePull requests that update Python codeStatus: Open.#444 In andrewthetechie/err-aprs-backend;