Results 173 comments of shenleban tongying

Same issue on 10.12

我有一个奇妙的想法: plum 现在 配方 的 安装和卸载,其实就等价于版本管理里面的 代码增加和删减,本质上和[patch (unix 工具) ](https://unix.stackexchange.com/questions/448380/how-to-undo-after-patch-is-applied-rej-orig-files)一样。 我想到一个草根的方法,不需要什么解析 YAML。 用一个超小型的版本记录, 安装的时候 snapshot 一下发生变更的文件列表。 然后卸载就是把那几个源文件拿出来覆盖,就相当于回滚一个版本,等于卸载 🙋‍♂️🙋‍♂️🙋‍♂️

One of the dev's blog has one on libportal-qt https://jgrulich.cz/2022/02/10/how-to-use-libportal-libportal-qt/

The call here will be reached but always result in an empty uri string. https://github.com/flameshot-org/flameshot/blob/001726a565049ebfeb237a3a39b77104899b970e/src/utils/screengrabber.cpp#L69-L73 However, other screenshot apps for wayland that rely on the portal also don't work on...

I just learned how to capture GIF/shortvideos using OBS studio. OBS studio is simple, fast and powerful. There are tons of related tutorials. This is a workaround I think.

I built successfully on the M1 mac (Of course, with tons of warning from Xcode), and it works on Apple Silicon mode! The libmarisa is built from their master branch....

I use Emacs but dislike the Emacs community in general now. Emacs is too extensible & hackable. Everyone has their own bag of hacks instead of considering the common good....

Same problem on Wayland as of https://github.com/WerWolv/ImHex/commit/5d0b474a7e6a7f727bb5c1d1acb0a69335d8e37e I don't know how to fix. Problem appears to be a combination of imhex/glfw/imgui :sweat_smile: imhex simply quit, backtrace: ```cpp 0x00007ffff57bf32c ImGui::ErrorCheckUsingSetCursorPosToExtendParentBoundaries imgui.cpp:9641...

The ASSERT at the crash point explicitly says what's wrong, but after vaious tweaking, I couldn't find out what's wrong. ```cpp IM_ASSERT(0 && "Code uses SetCursorPos()/SetCursorScreenPos() to extend window/parent boundaries....

Yes, I can confirm the patch works.