issues Search Results · language:Dune language:Python language:Python language:HTML language:JavaScript language:Java
Filter by
61.2M results
When someone submits their email on the landing page (/api/waitlist endpoint), send them an immediate confirmation email
via the existing Gmail SMTP integration in email_delivery.py. The email should: ...
Finding (P2, CI)
The codebase is fully type-annotated (from __future__ import annotations everywhere) but there is no type checker in CI
or the dev extra, so annotations can drift from reality unnoticed. ...
enhancement
Finding (P2, CI/packaging)
CI runs only pytest + ruff. There is no build/packaging check and no install smoke test. The 13
brother_ptouch/nozzle_bands/*.png and _win_raw_print.ps1 are bundled only via ...
enhancement
New model: a VJ rig stand that holds an iPad 8 (TouchOSC, landscape upright) in an angled cradle behind the keyboard, a
Magic Trackpad in a tray that partly frames the keyboard s right side, and a 3× Lightning ...
正式版V1.13.7。已尝试完全卸载并重新安装plugin插件。所有配置均是默认配置。 img width= 707 height= 454 alt= Image src=
https://github.com/user-attachments/assets/b2dad132-32f3-4284-8e91-c86fe762b438 /
Finding (P2, tests)
transport.py has no direct test coverage. Several pure, hardware-free functions are trivially testable and exactly the
string-munging that breaks silently:
- _is_legacy_serial_target ...
enhancement
Finding (P3, UX)
transport.list_printers() is documented to never raise and returns [] on any failure; the CLI then prints ** No printers
found. ** A real failure (CUPS down, lpinfo needs privileges, ...
enhancement
Finding (P2, diagnosability)
main() s top-level except Exception collapses every failure to print(f error: {err} ) + return 1. For many exceptions
str(err) is empty/opaque (bare KeyError, a PermissionError ...
enhancement
Finding (P3, security — local)
When no --out/--printer/config printer is set, _emit() writes the raster to a fixed, predictable path
os.path.join(tempfile.gettempdir(), label.bin ) (e.g. /tmp/label.bin) ...
bug
The handleKey() function in app.py currently only triggers on Ctrl+Enter (not Cmd+Enter on Mac). Update handleKey() to
check both e.ctrlKey and e.metaKey: if((e.ctrlKey||e.metaKey) e.key=== Enter ). Also ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.