lesca

Results 37 comments of lesca

+1 To replace `\n` I was searching a plugin, but to find it's not working. T_T

解决了。是ZT内置的termux x11 apk有问题。去termux官方下载最新的安装就行。作者可以更新一下apk。谢谢!

+1 Hello, I think it's a good idea to remember the panel / group state. In a stack panel, it accepts one window when you create the stack, then I...

> > It would be great if it can remember the stack panel even if there is only one left. > > There's an option in settings called "automatically collapse...

感谢回复 @Skyxim > 1 其实就从一次条件变成了,现在的两次;但是加这个条件之后,其实对于所有 子规则都需要判断一次他是否是空,总的来说意义不算大。如 @xishang0128 说的不分支写在 rules 里面是最好的 在我看来,sub-rules 可以根据使用场景,定义规则集,并重复利用在 `rules`, `sub-rules`, `listeners`中。想象空间很大。例如可以实现根据使用场景切换规则的能力,这是单个`rules`所不能及的。 “无条件”现在可以通过`(OR,((NETWORK,TCP),(NETWORK,UDP)))`实现,但是如果调用量巨大(例如嵌套),会造成性能浪费。这是我担忧的地方,所以才建议允许省略这类判断。 >2 设计上是支持嵌套的,应该是配置解析出现了 Bug,不过在此之前,你先尝试 sub-rule-resued sub-rule-reused 纠正这两个错误试试 抱歉。这个`reused`是我为了方便理解临时改的。这里有拼写错误,原始配置是复制粘贴的。我这里重新检查尝试了一下,还是一样会报错 not found >3 由于 Sub-Rules 是设计成的类似 DOMAIN,IP-CIDR...

> @lesca can you try with the most current Continuous release . I suspect this is now fixed. sorry for the late reply. I will try it today.

Hello @sithlord48 I just installed this [continuous version](https://github.com/deskflow/deskflow/releases/tag/continuous) - [Commit 9501b59](https://github.com/deskflow/deskflow/commit/9501b59f8187ae64883d386aadb7b68094688f4b) But the app won't open, the message is ``` "Deskflow.app" is damaged and can't be opened you should move...

Hello @sithlord48 , appologies for late response. I can now successfully instal deskflow with `brew install deskflow-dev` and the version is 1.18.0.46 (3875e411) Two icons appear when the app starts...

> Im typing this with my mac as a server and i only see the one icon. Not sure why, but on my mac m4 air, running Sonoma 14.6.1 (23G93)...

> the settings files for deskflows are in `~/Library/Deskflow` `~/Library/Preferences/Deskflow` and `~/Libarary/Preferences/org.deskflow.Deskflow.plist` Unfortunately, removing the configs doesn't help. > Im on 15.2 maybe its a 14.x thing? That's a possible...