LadderOperator
LadderOperator
其实我更新了一部分,但是好像翠翠没有合并进去
> I have the exact same issue, but on top of it all the main program's window looks all cramped for me. Still works fine, but it's not helping with...
> humm... it's difficult to achieve because SSH is controlled by Kitty. The only thing 1Remote does is open a kitty process, 1Remote cannot determine whether the SSH inside this...
> > Add a "manually enter password" option in the profile. If you check this option, you will be required to enter the password manually every time you open a...
虽然我不是特别懂 Caddy 和配置,但是我折腾了几天整了Caddy API的形式配置,瞎猜一个是因为 Caddy V2 里面 router 的顺序的关系: >Because the order of HTTP middleware evaluation is significant, the Caddyfile will normally reorder directives after parsing to make the Caddyfile...
I think this part leads to the problem: ```python def datediff(self, start, end, unit='S'): ... elif unit == 'H': delta_days = (dt_end - dt_start).days if delta_days == 0: return dt_end.hour...
OK, I think the `datediff()` (not only the `hours()`) function needs more check. Using more `timedelta.days` and `timedelta.seconds` could help making the code more clear to avoid bugs.
教学立方把信息写到了全局变量里,F12开发者浏览器在console里找找就可以找到存放数据的数组,一个个点就行