#pr #opensource #android #frontend #html
dirclean.github.io/DirClean#4
因为太久没有人 Merge 也没有人 review 过,甚至没人讨论,并且经过几次提醒后貌似无人受理,暂时 close 一下这个 issue
毕竟也是花了一点时间做的,但是大家不要,还是可能有点难过吧。
dirclean.github.io/DirClean#4
因为太久没有人 Merge 也没有人 review 过,甚至没人讨论,并且经过几次提醒后貌似无人受理,暂时 close 一下这个 issue
毕竟也是花了一点时间做的,但是大家不要,还是可能有点难过吧。
GitHub
[ UI/UX ] 更新了用户界面,支持自动夜间模式 by duangsuse · Pull Request #4 · DirClean/dirclean.github.io
支持夜间模式
更加具有色彩
删除了主特性列表最下方的 divider
格式化代码
英文版里改了文本大小写
下载:现在不自动新建标签页,为普通下载添加 snackbar
增加 OpenGraph image
预览 中文预览 英文预览
更加具有色彩
删除了主特性列表最下方的 divider
格式化代码
英文版里改了文本大小写
下载:现在不自动新建标签页,为普通下载添加 snackbar
增加 OpenGraph image
预览 中文预览 英文预览
#pr #GitHub 收到几个回复,还有个作者说只有我贡献代码才会加特性,太草了
https://github.com/fork-handles/forkhandles/issues/6 #parser #Kotlin
https://github.com/jindrapetrik/jpexs-decompiler/pull/86 这个感觉是不是代码质量有点低吧,虽然只是小功能… 但也是因为原版质量没有太高,入乡随俗的原因
https://github.com/kelseyhightower/nocode/pull/2230/files #China #meme nocode 🌚
—
https://github.com/jindrapetrik/jpexs-decompiler/pull/86/files#diff-e22b65fd014072fcf1d474f1c7c47361a46747939f5187ac4ef46c264e35c870
https://github.com/fork-handles/forkhandles/issues/6 #parser #Kotlin
https://github.com/jindrapetrik/jpexs-decompiler/pull/86 这个感觉是不是代码质量有点低吧,虽然只是小功能… 但也是因为原版质量没有太高,入乡随俗的原因
https://github.com/kelseyhightower/nocode/pull/2230/files #China #meme nocode 🌚
—
https://github.com/jindrapetrik/jpexs-decompiler/pull/86/files#diff-e22b65fd014072fcf1d474f1c7c47361a46747939f5187ac4ef46c264e35c870
GitHub
[parser4k] Add by delegates for .with caching · Issue #6 · fork-handles/forkhandles
object MinimalCalculator { val cache = OutputCache<BigDecimal>() fun binaryExpr(s: String) = inOrder(ref { expr }, token(s), ref { expr }) val number = oneOrMore(oneOf('0&...