Paco Hope
Paco Hope
The `repetitions` command line option was ignored. It wasn't propagated and the `maxreps` parameter was hardcoded. I just added enough syntax to accept the parameter on the command line and...
Me again. :) Again, I'm sure this is a low priority project for you, so please don't think I'm expecting some urgent support or something. :) Looking at the [ISO/IEC...
Hi. I know you've just put this little utility out there and it's not some critical production thing. I've had a really productive morning thanks to it, though. I've been...
First off, this is awesome. Thanks so much for writing it, publishing it, and letting others use it. I built a lovelace dashboard that included the [OpenWeatherMap](https://www.home-assistant.io/integrations/openweathermap/) integration. I was...
The current implementation of W2 and W9 rely on [ip_addr](https://github.com/stelligent/cfn_nag/blob/master/lib/cfn-nag/ip_addr.rb#L17) to handle IPv4 addresses. It treats IPv4 as strings, not as IPv4 addresses. It performs literal string matches against a...
### Describe the bug In the example [security ingress/egress rules](https://github.com/aws-cloudformation/cloudformation-guard/blob/main/guard-examples/security-policies/ec2-secgroup-inbound-outbound-access.guard), the only CIDR range that will flag as "open to the world" is the exact string of `0.0.0.0/0`. For example,...
In case you're interested, I added a hashtag to words bigger than 6 letters based on a random probability. Should help the tweets get discovered organically. I felt like I...
### Which node are you reporting an issue on? node-red-node-pi-gpio ### What are the steps to reproduce? 1. Install node-red on a raspberry pi running raspberry pi OS (Debian 11)...
I can get Chunky running on MacOS, but a simple font bug causes everything to be illegible. An awful lot seems to be working right. But since I can't read...
Hi there, (sorry, somehow submitted before I was done typing) The installation instructions suggest running `sudo python3 setup.py`. That's definitely not the way to do python development. This is not...