Philipp Moeller
Philipp Moeller
@maksimse Yes, that bug is still not fixed. As a workaround we switched to the OIDC configuration: ``` - AUTH_PROVIDER: 'keycloak' - KEYCLOAK_URL: 'https://keycloak.our.domain' - KEYCLOAK_REALM: 'ourrealm' + AUTH_PROVIDER: 'openid'...
And this time I could actually capture a stacktrace of the problem: ``` Feb 14 07:33:13 myhost.intern kernel: sysrq: Show Blocked State Feb 14 07:33:13 myhost.intern kernel: task:postgres state:D stack:0...
Yes, we hit the second case. The odd thing is that no other application has trouble with the NFS during that time and it only happens during pod termination. There...
Hey, we do not need this feature anymore.
We have updated all our k8s clusters since quite some time and I do not have the means to test this feature anymore.
C++11 is already well supported by clang, gcc and MSVC. Any other mayor platforms in mind? Use boost.config to enable the features selectively. You should use cmake if you truly...
@efifogel Polygon_2 is a very simple example: it is templated by the container. All possible containers support move construction. For some unknown reason a dubious copy-constructor is provided, which prevents...
One problem is that we need to identify classes with unnecessary constructors and sometimes even destructors. They didn't do much harm in C++03 but are actively harmful in C++11. I...
It is hard to test for `MoveConstructible`, since it will fall-back on `CopyConstructible`. This means that `std::is_move_constructible` and the related type traits will only tell you if construction from an...
@jeffmaury I can confirm this issue on Mac OS 15.5. The certificate is installed in the login keychain, trusted and recognized in Chrome, Firefox, curl... podman-desktop is installed via brew...