drew jess

Results 6 issues of drew jess

## Overview Introduced in Kubernetes 1.16, `startupProbes` provides support for applications that might require an additional startup time on their first initialization. This issue is a feature request to add...

**Branch/Environment/Version** - Branch/Version: Tyk Gateway 4.0.3 (also present in 4.1.0) - Environment: Hybrid **Describe the bug** When installing the `tyk-gateway` RPM on a clean system, a [`systemctl restart`](https://github.com/TykTechnologies/tyk/blob/41593400771f90c91b8b2d543b3f8f4155210489/ci/install/post_install.sh#L69) command is...

bug

Right now, logging appears [not to be configurable](https://github.com/thias/puppet-bind/blob/master/templates/named.conf.erb#L101-L115), with the ERB file being hard-coded with the following stanzas: ``` logging { channel main_log { file "/var/log/named/named.log" versions 3 size 5m;...

### Name and Version bitnami/apache 11.0.2 ### What architecture are you using? arm64 ### What steps will reproduce the bug? There is an option to overwrite the contents of the...

in-progress
apache
tech-issues

Hi, great tool. It's not entirely clear what the purpose of these sleeps are: https://github.com/netmikey/mvncloner/blob/master/src/main/java/io/github/netmikey/mvncloner/mvncloner/Scraper.java#L133 https://github.com/netmikey/mvncloner/blob/master/src/main/java/io/github/netmikey/mvncloner/mvncloner/Scraper.java#L153 https://github.com/netmikey/mvncloner/blob/master/src/main/java/io/github/netmikey/mvncloner/mvncloner/Publisher.java#L83 The tool seems much faster without them (I've built and tested it). Is...

good first issue

Hi, great tool. I've got a use case where I need to completely clone all contents of a repo, including metadata. The checksum files are used for some purpose, and...