Hosam Aly
Hosam Aly
Previously, a user could only log in with one method. They could use credentials or an SSO provider, but they couldn't use SSO once they were registered with credentials. And...
Enable simple expressions like: ```ruby stub_env(key: value) ``` This change assumes that keys are always accessed as strings.
When running `generateOpenApiDocs`, I see the application starting, but it doesn't get far enough to start the web listener before the task fails. ``` Caused by: java.net.SocketException: Connection reset at...
Fixes #154
Fixes the link to base16-iTerm2, which got broken in commit f81ae34
A need often arises for a version of `ThrowingConsumer` and `ThrowingFunction` that can be used as a `Runnable`. This merge request introduces a subclass of `Runnable` that is a copy...
In the following code, the query has a question mark inside a comment, but this is causing a validation exception to be thrown. ```java interface MyRepository extends JpaRepository { @Query("""...
We use the `atmoz/sftp` image as a Testcontainer in CI tests via `docker:dind`. Since the release of v28.5.2, we've been getting a peculiar error: ``` SFTP error (SSH_FX_PERMISSION_DENIED): Permission denied...