Ashley Penney
Ashley Penney
Frequently when viewing a giant list of PRs for a project I'm curious about which ones are large bodies of work vs small patches. This is especially hard to see...
Hi, we have the following variable set: ``` nginx_http_params: - server_names_hash_bucket_size 256 - server_tokens off - etag on - if_modified_since before - types_hash_max_size 2048 - add_header X-Frame-Options SAMEORIGIN # Add...
As an engineering team we've deployed a bunch of one-off helm install's across our three clusters. We've got a "provisioning" doc with several 'helm install' commands (as many people probably...
I believe I've run into a Docker bug, related to how NAT is performed on machines that contain a default route with multiple equal cost paths. When running inside of...
Hi, I'm hoping someone can help me. I'm running into an issue where I can't create the SCP to block regions, when it runs it looks like: ``` INFO: Executing:...
Hi, I noticed today that URLs with underscores are seen as invalid: ``` » wrk2 -c 100 -s test.lua -H "x-openrtb-version: 2.2" "http://smadexeast.rubicon.endpoints.ntoggle.com:8000/supply-partners/rubicon" -R 1000 -d 10 Running 10s test...
Hi, First let me apologize if this doesn't make sense, I have literally never used any of the technologies involved here (except for docker), I just agreed to help one...
This fixes two small issues, and adds a set of tests which would have detected both issues.
This allows for --layer to be passed in multiple times, and defaults to all layers if not set. Fixes: https://github.com/pnorman/tilekiln/issues/65 (Again, I was just experimenting with something and got this...
### Describe the pull request The Empty() function wasn't ensuring proper initialization of options by skipping the parsing phase that normally occurs with LoadSources. This caused different behavior between files...