Joey Hess
Joey Hess
https://arstechnica.com/gadgets/2019/06/gmails-api-lockdown-will-kill-some-third-party-app-access-starting-july-15/ Based on that article, something similar will happen to google drive OAuth "early next year ". I have not been able to find a confirming statement from Google, but...
I was reading this documentation, and spotted what seems to be a bug in it: elemB :: a -> Bloom a -> BoolSource Query an immutable Bloom filter for membership....
Finds a few files. This would be a good regression test for this repo.
Public S3 buckets can support operations like GetObject and GetBucket without any authentication headers being provided. This library does not support generating such requests. As a proof of concept I...
My project has some .so files as part of its FFI bindings. I cannot seem to get hdevtools to use them. I tried including the filenames with -g mylib.so ,...
As noted in https://github.com/basak/glacier-cli/issues/30 , boto also provides a glacier command. Worse, this command exits 0 when passed glacier-cli parameters, without uploading anything. https://github.com/boto/boto/issues/2942 This makes it very unsafe for...
# ISSUE When I have selected the international edition before but have the the /us page open, the edition display still says it's on the international edition. This can be...
[main.hs.txt](https://github.com/UnkindPartition/tasty/files/8257852/main.hs.txt) I have a segfault that occurs when tasty is running. The attached test case is as minimized from the original as I was able to get it. It segfaults...
After reading the documentation for this library (both the README, and https://playground.arduino.cc/Code/EEPROMex/), I was at first under the misapprehension that setMaxAllowedWrites set a limit even when _EEPROMEX_DEBUG was not set....
A fairly common idiom in option parsing libraries is for --no-switch to be available as a way to disable an earlier --switch on the command line. This is useful eg,...