Jeremy Impson
Jeremy Impson
If you're having trouble using Certbot and aren't sure you've found a bug or request for a new feature, please first try asking for help at https://community.letsencrypt.org/. There is a...
Both the deprecated PostMedia() and the preferred PostUpdate() methods of the API say they can post media taken from "file like objects (something with a read() method)". In my case,...
The Wayback Machine is (rightfully) blocking bulk downloads that exceed too much bandwidth or requests per secon. As far as I can tell, this product does no rate-limiting of itself,...
Feature Request: I'd love it if the toolchain could be built/run on a Raspberry Pi. Then I'd have a a mini build environment for a micro FPGA. I'm going to...
This change corrects the bug described in issue #2444. Specifically, it enables the intended behavior of the retry code in `get_request()` by passing a reference to code as the `ping`...
I believe there is a bug in the retry code used `get_request()` in the Star Fragment Lamp code. The retry code at line 65 (https://github.com/adafruit/Adafruit_Learning_System_Guides/blob/a2a29163d12ccf8db341462c93c9b74deb0c3e08/Star_Fragment_Lamp/code.py#L65) is: ` n = ping`...
The Bugs section of the Manual (`jo.md`) says this should work: ``` $ jo a=1.0 {"a":1} $ jo a=\"1.0\" {"a":"1.0"} ``` But when I run `jo` version 1.9 (from Debian...
### Is your feature request related to a problem? Please describe. Motivated by Termux integration support (and discussed in issue #501 ), I'd like a way for a Scripting Shortcuts...