hex-m

Results 91 comments of hex-m

Somewhat related: Ubuntu 24.04 (Noble Numbat) will come with [Python 3.12](https://packages.ubuntu.com/noble/python3) next month.

Regarding the driver: > SQLAlchemy 2 supports `python-oracledb` driver instead of the old `cx_Oracle`. The new solution supports "thin mode" which means we don't have to deploy the (proprietary) Oracle...

> Which use case/application do you have? (I'm not the person who was asked) To be flexible and to unify the login-experience, we implement single-sign-on (SSO via SAML and OIDC)...

Such an endpoint would not only be helpful for load balancers, but also for container deployments. Docker "healthchecks" and Kubernetes "liveliness probes" can use it to react when instances have...

OpenID Connect (OIDC) is becoming more and more common as a protocol for delegated authentication. Many IDP implementations (Shibboleth with plugin, Keycloak, Authentik, LemonLDAP::NG) speak both protocols.

There is an equivalent [request](https://github.com/keepassxreboot/keepassxc/issues/4825) for the application itself. The [Authenticator Extension](https://github.com/Authenticator-Extension/Authenticator) implements that feature and could maybe be an inspiration.

Having the same problem and I also couldn't find clear documentation about the semantics of different types of Room Addresses (local, published, main). The [spec](https://matrix.org/docs/spec/#room-aliases) calls it "Room Alias" but...

Our friends over a Jitsi seem to have a similar problem. ([issue](https://github.com/jitsi/jitsi-meet/issues/5589), [discussion](https://community.jitsi.org/t/coturn-fails-to-connect-tls-tcp-socket-buffer-operation-error-callback/26205))

I used the [quick install manual](https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md) and got to the same problem (on Debian 10). The jitsi-videobridge package depends on openjdk-8-jre-headless OR openjdk-11-jre-headless and defaults to version 11 on my...

From your link: > Two-factor legacy Username + password + YubiKey OTP authentication for RADIUS server YubiKey-Devices support other protocols than FIDO2/WebAuthn.