Andrey

Results 25 issues of Andrey

### To Reproduce `test-mypy.py` ```python from abc import ABCMeta, abstractmethod class A(metaclass=ABCMeta): @abstractmethod def foo(self) -> None: pass class B1(A, metaclass=ABCMeta): pass class B2(A, metaclass=ABCMeta): pass class C1(B1, B2): def...

bug

### Problem description The website www.libspf2.org referenced on [the GitHub page](https://github.com/shevek/libspf2) does not work. ``` $ host www.libspf2.org Host www.libspf2.org not found: 5(REFUSED) ``` ### Possible solution 1 Delete the...

### Problem description Group members added by the syncing with Microsoft Entra ID (ex. Azure AD) (https://github.com/DefectDojo/django-DefectDojo/pull/6128) have Group role “Maintainer“ that gives them the following permissions: `Group_View`, `Group_Edit`, `Group_Manage_Members`,...

bug

### Problem description The performance of syncing with Microsoft Entra ID (ex. Azure AD) groups added in https://github.com/DefectDojo/django-DefectDojo/pull/6128 is unacceptably poor. It can take 20 seconds to log in a...

bug

### Problem description cross in the Docker image [`ghcr.io/cross-rs/cross:main`](https://github.com/cross-rs/cross/pkgs/container/cross/314021121?tag=main) shows wrong version (`0.2.5`, _without commit info_). ### Impact This version is used as the default version for build images: https://github.com/cross-rs/cross/blob/4090beca3cfffa44371a5bba524de3a578aa46c3/src/docker/shared.rs#L29-L33...

bug