David Leibovic
David Leibovic
When the `getopts` case statement has a catch-all `*)` clause, shellcheck will not warn about unhandled options. I understand it may be tricky to detect when the catch-all clause actually...
I have some code that repeatedly initializes an instance of the driver. It clutters logs or the console with these print messages. Hoping to make the print output configurable!
I love tcpflow, and generally reach for it more often than tcpdump. One small issue I have with tcpflow is it cannot automatically perform reverse DNS on the ip addresses...
I was hopeful that phan would get a speed boost from PHP's JIT. But when I enabled JIT and ran phan, I found no speed change: ``` php -dopcache.enable_cli=1 -dopcache.jit_buffer_size=500M...
**Describe the bug** When I stage a file by pressing A or SPACE, it takes 1 to 3 seconds for the file to become staged. The repo I am working...
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist -...
**Describe the bug** In bookworm, putting `avoid_warnings=2` in `/boot/config.txt` does not prevent throttling due to undervoltage from occurring. **To reproduce** 1. Install bookworm. 2. Put `avoid_warnings=2` in `/boot/config.txt`. 3. Use...
Hi there, I'm using a Raspberry Pi Camera Module 3 with a Raspberry pi 4b. I'm trying to capture still images with the full field of view of the camera,...
Since ApiException overrides the __toString method, it does not behave as one might expect other Exception subclasses to behave. Stop overriding it so that we have more "conventional" php behavior....
Here's what happens when I try to run python3: ``` % python3 Python 3.6.8 (default, Apr 2 2020, 13:34:55) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux Type "help", "copyright",...