Bence Csik
Bence Csik
I'm new to Python. I welcome every suggestion. :)
It's possible to check if the healthcheck passed trought the cli. `docker ps --format json` will list all the services running and their corresponding healthchecks. Proposed method signature: compose.wait_for_healthcheck(sec: int...
Return a touple with the host and the port ``` python def get_service_info(self, service, port): """ Returns the host and the port for one of the services. Parameters ---------- service:...
Consider adding Kotlin DSL extension functions for TestEntityManager. ``` kotlin package org.springframework.boot.test.autoconfigure.orm.jpa inline fun TestEntityManager.find(primaryKey: Any?): T { return this.find(T::class.java, primaryKey) } inline fun TestEntityManager.persistAndGetId(entity: Any): T { return this.persistAndGetId(entity,...
Hi! π Iβm wondering about the current maintenance status of this project. There havenβt been any commits, releases, or responses to issues/PRs in quite some time. Since koa-helmet is commonly...
Add detailed description on how to use PAT for Releases ```yaml name: Release on: pull_request: merge_group: push: branches: [ main ] permissions: read-all jobs: release: name: Release runs-on: ubuntu-latest steps:...
## Expected Behavior No errors, when JVM is upgraded from 21 to 25. ## Observed Behavior ``` 1: Task failed with an exception. ----------- * What went wrong: Execution failed...