Jakob Ackermann
Jakob Ackermann
See [JENKINS-14789](https://issues.jenkins.io/browse/JENKINS-14789) and [this old thread from the mailing list](https://groups.google.com/g/jenkinsci-users/c/Hl4bE0mVYb4/m/OHbUFy8FEj0J). This pull request is split into two parts: a set of bug fixes and a new system property for the...
https://github.com/nickoala/telepot/blob/3792fde251d0f1d5a6ca16c8ad1a71f89360c41d/telepot/aio/api.py#L43 The cleanup was buggy before and got even worse now, as this change https://github.com/nickoala/telepot/commit/3792fde251d0f1d5a6ca16c8ad1a71f89360c41d delays the cleanup even further by scheduling new asyncio tasks. The gc may collect the...
**Summary of Changes** Hello! I found a few "low hanging" allocations that can be deferred until needed or even skipped entirely. With all the optimizations combined, we can see the...
Hi there! Attempting to install puppeteer v16 together with this package results in a conflict, see the reproducer below. Looking at recent PRs (https://github.com/puppeteer/replay/pull/239 / https://github.com/puppeteer/replay/pull/248), this package seems to...
### Proposed changes Migrate the docker-compose file of the nginx auth example from v1 to v3. ### Unreleased project version (optional) ### Related issues (optional) Followup for #9270 --- NOTE1:...
While benchmarking the client I noticed that every connection release triggered parsing of the `system_config` server setting to get the idle connection timeout. This in turn requires building a brand...
See [JENKINS-14789](https://issues.jenkins.io/browse/JENKINS-14789). Split from #5725 The new config entry has been placed below the configuration of executors on the jenkins master.  I've considered putting the new option under the...
##### SUMMARY Performing a one off cleanup task like the cli command `$ yum autoremove` should remove orphaned packages, like previous dependencies. But translated into an ansible task, no changes...
Hi @tresni! While reviewing all the `ZoneCreator` implementations, I noticed that the ROUTE53 provider has an unsafe caching implementation for zones and `EnsureZoneExists` has a race-condition bug. `EnsureZoneExists` resets the...
Hi @riku22! While reviewing all the `ZoneCreator` implementations, I noticed that the LUADNS provider has an incomplete caching implementation for zones. The provider is populating the cache once on first...