Chris Adams
Chris Adams
Using pyquery 1.2.4 with Python 3.3.0 on OS X 10.8: ``` python Python 3.3.0 (default, Oct 22 2012, 11:17:43) [GCC 4.2.1 Compatible Apple Clang 4.0 ((tags/Apple/clang-421.0.57))] on darwin Type "help",...
I ran into a problem deploying this using KMS-CMKs using a single pass because I can't create the IAM Role first so the CMK policy can include its ARN for...
The default network ACL parameters are named `default_network_acl_ingress` and `default_network_acl_egress` and take lists of maps with the keys `rule_no` and `action`. The public/private rules are named using `_{in,out}bound_acl_rules` and require...
http://chris.improbable.org/experiments/browser/video/waters_of_destiny.mp4 is malformed. It plays back despite this using the native Windows or OS X APIs but most other software chokes (see http://chris.improbable.org/experiments/browser/video/waters_of_destiny.html). I was hoping that QCTools could be...
- Yubico Authenticator version: 5.1.0 - Operating system and version: macOS 12.0.1 - YubiKey model and version: n/a - Bug description summary: If you have multiple Yubikeys present, the USB...
I've noticed that satellite-eyes frequently gets stuck “waiting for location fix” when I wake my laptop from sleep at work, where I have both WiFi (behind a captive portal) and...
I deployed a container before noticing that the config file parser doesn't support inline comments (e.g. `cache.server.derivative.ttl_seconds = 2592000 # 30 days`). The health-check endpoint was returning success so it...
While testing a new webserver, I happened to run spdycat v1.3.2 against a server which has a valid SSL certificate but not for the hostname in question. Everything worked without...
The way shellcheck.sh works causes it to fail when a file has a space in the filename. `$files` should probably be an array which each element is appended to: https://github.com/gruntwork-io/pre-commit/blob/master/hooks/shellcheck.sh#L29
### Describe the bug boto's SQS client still defaults to queue.amazonaws.com which appears to have been deprecated since at least 2011. This requires everyone following Amazon's [recommended security best practices](https://aws.amazon.com/blogs/architecture/reduce-cost-and-increase-security-with-amazon-vpc-endpoints/)...