funway

Results 6 issues of funway

NOTE: Each discrete (stand-alone) request should be in its own issue. **Put "Add ____" as Title** - [x] Done **Provide a link to the proposed addition.** [https://github.com/funway/Countdown](https://github.com/funway/Countdown) **Explain why it...

[https://github.com/funway/Countdown](https://github.com/funway/Countdown) 是一个 macOS 上的菜单栏程序,可以在菜单栏弹出框中管理你的倒计时任务,并且可以展示为桌面便签的形式。

https://github.com/funway/Countdown It's a menubar app that manages your countdown tasks.

谢谢你的脚本。 今天发现在发送超过 100mb 大小的文件时候,会出现内存爆炸的情况。iterm2 一下子占满了内存。 检查了一下,应该是 iterm2-send-zmodem.sh 脚本中没有给 sz 命令设置 bufsize `/usr/local/bin/sz "$FILE" -e -b` 建议改成: `/usr/local/bin/sz "$FILE" --escape --binary --bufsize 4096`

Now the bulma-tagsinput supports defining non-removable option to the whole component. But sometimes we need to make it per-tag. Some default tags should not be removable, and the new one...

enhancement

This PR addresses memory leaks caused by `window` event listeners not being removed properly when destroying a book or rendition. ## Changes include - Replaced **anonymous** event listener in DefaultViewManager...