dezza
dezza
#22274 Its been going on for a long time. But something has changed because it doesn't happen on fresh VM, so it must be a state that happens between updating...
> I noticed that as well on a fresh install. I did a `pacman system prune` (and the other command) on my dev server between the earlier 4.7.2 (my pinned...
update, nope didn't help. I'm at a loss where the issue is if its not in these temporary files. ```console [ct@cos ~]$ mv .local/share/containers/ local_share_containers [ct@cos ~]$ podman run -it...
> The way it's working right now is actually intended. > > So parsing "The.Office.US..." to "The Office US" is correct > > > > But that's not your expectation...
I wrote some logic for this that I think makes sense. I think you will be able to tell from it how I think the most reasonable way to handle...
Ok I understand now 😂 sorry I was confused I thought it was a thirdparty who opened a PR on my temporary fork! 😂 (I thought this PR was merged...
Why is this not merged yet? I was just annoyed by this feature again today, I thought this was resolved. `find` is an incredibly common word it gets in the...
> ~~Is there really no way to disable the keyword?~~ > > > > **EDIT:** I am reading that there isn't and there's no way to implement a way. I...
Profiling the code paths for a client running with 1000+ torrents would be the way to go for solving this issue because I honestly don't believe 5.0.0 is better, I...
Thanks for the help. It seems like its a bug in handling of xattr Copying with `cp -R --no-preserve=all` solved it.