p0358

Results 61 comments of p0358

The thing is, retention policy would not achieve what people using such actions want imo. What a lot of people want is to purge old artifacts when a new one...

Shameless plug, I developed my fork and it works pretty well: https://github.com/p0358/webkit-webinspector As described in readme, it requires the use of a WebKit-based browser on the computer to work properly....

Thanks for the contribution, I will hopefully test, merge and update on repo later (I'll need to get my tweak compiling environment updated probably xd). > Change the dependence to...

Hm, on my system with X11, KDE and DPMS enabled it does not work. I used AUR with `jellyfin-media-player` though, maybe I should give `jellyfin-media-player-git` a try... I'm not sure...

Check if your password matches up in your connection settings and Redis config

It really is needed for accessibility, I'd probably reinstall this if that was a thing. On new IPS monitor it's closer to be legible than cheap TN, but still not...

If the offset from Northstar log is correct, it does appear it crashes inside of standard `memmove` implementation inside of `filesystem_stdio.dll` while trying to execute instruction `mov rax, [rdx+rcx]`

Only after writing out the PR and looking at docs, I've noticed that apparently `os.writefile_ifnotequal` function exists: https://github.com/premake/premake-core/blob/7b309649ce08cb40f4947d6952fb554c94f8cff6/website/docs/os.writefile_ifnotequal.md Therefore I ask maintainers what should be done about it, it seems...

> If you think this is a bug It could fall into that category, given it could technically cause race condition between the two openes and closes of handle (during...