L-Trump
L-Trump
> Docker Compose v2 removes unused resources from the model so that only required resources get created. This is why an "unused" volume won't be created. This decision makes more...
@ndeloof Yes, that's what I want. This way I can avoid manually create volumes via the `docker volume` command and manage every thing in docker compose. A compose file is...
I'm experiencing the same issue which came up in the last couple of version updates. Occasionally, all windows in the same process fail to respond to keyboard input, but mouse...
Thanks for the reminder. I'v tried NNN and it works much better than Xfce's Thunar. It's interesting that Thunar appears to be able to recognize the FUSE-based remote file system,...
可以考虑做个子网上线/下线的hook执行自定义script吗,类似tinc那样的,这样可以自行根据子网上线与下线配置路由状态。之前一直在找能够替代tinc做到真正意义去中心化组网的工具,目前看下来这个项目是最awesome的替代方案
It seems like an issue from the `nixpkgs.lib.generators.toKeyValue`. It doesn't deal with the path automatically. A simple workaround is using `builtins.path` to make the files available in nix store. ```nix...
提议:可以考虑把不同的压缩算法做成feature可裁剪,对嵌入式设备来说增加1.5 MB并不算少
提议:虽然似乎maintainer习惯于使用squash merge的方式合并pr,但仍然不建议在pr分支中频繁使用非rebase的方法合并主分支,对于简单PR,建议整个workflow中都使用rebase + commits squash的方式保持提交树整洁;对于需要记录版本变化的复杂pr,建议全程保持与主分支分离,仅在合并前merge或rebase到主分支避免冲突,如果主分支涉及重构等重大变更,建议rebase整个工作流到新的主分支。这样能保证提交树的整洁,并使pr的files changed页面只体现本pr带来的有效更改,避免commit退化等问题 或许可以参考: https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#_squashing :D
Thanks for your work! Two tests failed during building: ``` ==== stdout: drag started: longpress:3 cancel touch on windows drag update drag update gesture cancelled drag update =============================================================================== ../src/gestures/test/test.cpp:234: TEST...
Successfully built. But the move/resize actions don't finish after lifting all fingers up. https://github.com/user-attachments/assets/eadc356c-bdcd-482a-b3b3-1130e98cf3e2