idzikovsky

Results 9 comments of idzikovsky

Sorry, I made this PR on top of 0.10.1 version, and it seems like something has been changed in this filed in master branch since then. Now I have local...

I did additional testing on this and it appeared that we also need to ignore the `axes.backends.AxesBackend` entry added here: https://github.com/cloudera/hue/blob/84d4002d/desktop/core/src/desktop/settings.py#L530

Or another variant here is to remove `axes` backend in a separate step to make code clearer: ```python def only_oidc_configured(): """Check if only the OIDC Auth Backend is enabled.""" backends...

It's strange that no one except me has faced this issue, as I got it on different Hue builds on different operating systems and different Hue configurations.

I have the same issue on Ubuntu 24.04 + Nvidia 535 and X11. Everything was fine until I upgraded my video card from Nvidia 1650 to 3050 6GB. I just...