zhuyifei1999

Results 54 comments of zhuyifei1999

Until https://github.com/rg3/youtube-dl/issues/3721 is fixed, this cannot be truly fixed. But this is workarounded for now, please try again.

FWIW, it's if it takes many hours, then it's probably broken. I just rebooted more instances. That said, I don't have any capacity to do feature requests. PRs and new...

I think most users won't be concerned with who they are logged in as, with only one account. For WMF-ers... they can infer from prior tasks anyways right?

Would it make sense to replace the 'Logout' link to 'Logout [Username]', like 'Logout Framawiki'?

In this recent PR the target that is failing has changed to Python 3.10 for some wild reason. https://github.com/zhuyifei1999/guppy3/pull/43 Also seems to happen when codecov = true

Test passing again after https://github.com/zhuyifei1999/guppy3/commit/6e1d7805c62920d919e1f0521df65b6315cd68e0 & https://github.com/zhuyifei1999/guppy3/commit/9c9dccc1966a8a9bf4f1b6425042039d688bceb5 I'm honestly wondering if it has something to do with being an ediable install and the big warning banner: ``` ******************************************************************************** Please be...

Figured out the root cause. RefPat calls a set's `.referrers`, and the way it works is subject to a race with the GC, which can cause it to unintentionally return...

The root cause is here: https://github.com/pkgcore/pkgcore/blob/master/src/pkgcore/ebuild/repository.py#L58-L69 ```python for pkgs in map(list, pkgutils.groupby_pkg(matches)): key = pkgs[0].key manifest = pkgs[0].manifest # check for pkgs masked by bad metadata if bad_metadata := self.repo._bad_masked.match(pkgs[0].unversioned_atom):...

> I need to understand how to fix the issue If I knew how to fix this I would have sent a patch already :wink: I didn't because the bug...

> As long as defined constants stay constant :) It won't. They are kernel UAPI, so as long as it's Linux it won't change.