Open Issues Need Help
View All on GitHubAI Summary: This issue addresses a bug where writing to the RP2040 microcontroller fails. The problem stems from an incorrect exit keyword for write mode, causing the process to exit prematurely. The fix involves changing the `keyword.exitWriteMode` to the correct termination string.
AI Summary: This issue reports that an advertisement for i18next's managed service is appearing in the browser console during initialization. The user has found a workaround by setting `showSupportNotice: false` during initialization. This appears to be a configuration-related fix.
AI Summary: This issue proposes adding RP2040 as a write target, indicating that its configuration values should be the same as RBoard. A visual aid is provided to illustrate the implementation.
AI Summary: This issue reports a failure when running `mise install` on Windows environments. The problem stems from postinstall hooks in `mise.toml` using semicolon (`;`) as a separator instead of the correct double ampersand (`&&`). The proposed solution is to change the separator to `&&`.
AI Summary: This issue proposes changing the version link in the header to point to the GitHub releases page (https://github.com/poporonnet/kaniwriter/releases). The author believes this would be a more natural user experience, though it doesn't significantly impact usability. They are seeking community feedback on this change.