Martchus

Results 566 comments of Martchus

Adding a note to the README is a task of 5 minutes and adds no complexity to the code I'll have to maintain in the future. Adding extra IPC code...

I cannot give support for downstream packaging. My guess is that the syncthingtray package you have installed doesn't use the same version of Qt than your plasmashell package. If that's...

Ok, and I suspect your syncthingtray package still uses Qt 5. You may want to open a feature request on the issue tracker for this downstream packaging to bring those...

@sudhirkhanger I've just got a bug report that contains information about packaging that could help you: https://github.com/Martchus/syncthingtray/issues/287 Although there might be the caveat of the built-in web view not working.

Sorry, but it is not a bug but a feature. Linking statically against libx11 is a bad idea unless you want to create a fully statically linked executable (that doesn't...

If you want this as static library, you can use the reverse of https://github.com/Martchus/PKGBUILDs/commit/17e8e5b34aa1b0eabf203ca0721842e7cef80d5c as a starting point. (As I said, I really had it static at some point. However,...

> For me a name of this package is misleading … Well, the package contains a static lib, doesn't it? But it is named that way because it is part...

For a setup to create a fully statically linked library using musl you can have a look at David's packaging (using the nix package manager): https://github.com/DavidEGrayson/nixcrpkgs

Did you check whether any of the job groups on our production instances still use the old approach? If that would be the case, will they be force-migrated?

The script mentioned by @AdamWill will maybe break if we proceed with this (because if you have once submitted YAML you cannot update job templates anymore; the script uses `load_templates`...