Niklas Hambüchen
Niklas Hambüchen
@gulien FYI I reported the above spam bot to Github just now (can be done on its profile page).
And another spambot, I reported that too.
Workaround: Use Windows 11 version 23H2. [Reddit download link collection](https://old.reddit.com/r/WindowsHelp/comments/1ga0e8h/where_to_get_windows_11_23h2_iso_after_24h2_came/mcplrzl/). `sha256sum` hash for the English version: `36de5ecb7a0daa58dce68c03b9465a543ed0f5498aa8ae60ab45fb7c8c4ae402` (obtained from [this reddit](https://old.reddit.com/r/framework/comments/1cfsvfe/windows_11_sha256_for_win11_23h2_english_x64v2iso/) or [this reddit](https://old.reddit.com/r/HPReverb/comments/1ctk9qv/iso_file_hashes_for_official_windows_11_23h2/) -- annoying that Microsoft doesn't have...
I observe this issue as well with systemd 237. My timer at some point just stopped activating the service. I use `OnUnitInactiveSec=` and no `oneshot`. As in the issue description,...
A similar report by somebody else I found: https://serverfault.com/questions/775246/systemd-timer-not-starting-its-service-unit It suggests that adding an explicit `Requires=` from the `.timer` to the `.service` helped.
I tried stopping and starting the `.timer`, but to no effect. Then I tried the above linked suggestion > It suggests that adding an explicit `Requires=` from the `.timer` to...
> hopefully gets addressed in RHEL8 - https://bugzilla.redhat.com/show_bug.cgi?id=1764908 @dresken Closed as fixed in February, with the link to the fix being https://github.com/systemd-rhel/rhel-7/pull/130. But that appears to be a backport of...
Same question from me: I noticed `srt` wasn't being updated. Is it because it has ``` homepage = "https://www.srtalliance.org"; ``` and should it point to github instead for `nixpkgs-update` to...
> If people think the above answers should be incorporated into the docs in some way, I'm open to suggestion @ryantm I think they should, but to save time for...
@jmccl What about the Arch patch I linked in https://github.com/facebook/folly/issues/2171#issuecomment-2185016596 ? It doesn't set `GLOG_USE_GLOG_EXPORT` directly, maybe the `find_package(Glog CONFIG REQUIRED)` figures that out automatically? If yes, might that be...