Mark Amery
Mark Amery
When S3 responds with a 307, the `s3_file` resource errors out with an error like ``` [2016-06-21T17:31:53+00:00] ERROR: 307 Temporary Redirect ``` But 307s are an expected response from S3...
I have no idea how to reproduce, but this appears to be the issue being described at https://stackoverflow.com/q/41466095/1709587
Figuring out either the absolute or relative URLs of a WikiLink is non-trivial. The code for it in mediawiki (starting at, say, https://github.com/wikimedia/mediawiki/blob/wmf/1.26wmf24/includes/Title.php#L1679) is hideous and deeply nested and requires...
Currently, NLTK supports the [open multilingual wordnet](http://compling.hss.ntu.edu.sg/omw/) (requires `nltk.download('omw')`). However, it doesn't (unless I'm missing something) yet support the [extended open multilingual wordnet](http://compling.hss.ntu.edu.sg/omw/summx.html).
Here is a 16-bit grayscale image:  It clearly contains a gradient of grays. If I open it with Pillow, convert it to 8-bit grayscale, and save it, like so......
There were previously lots of places in PyGithub where public methods take a string value and interpolate it directly into a URL without URL-encoding it. This results in a bunch...
Per https://github.com/country-regions/react-country-region-selector/issues/72, passing a `required` attribute to one of the dropdowns defined in this library is meant to be kosher, but if you try to do so in TypeScript, you'll...
### Cookbook version Actually my own fork, but this issue should equally apply to the current master here ### Chef-client version Whatever AWS OpsWorks uses ### Platform Details AWS, Ubuntu...
If I throw the following markup (which I believe is not valid YAML, though I'm not even remotely an expert) into the online YAML parser at http://yaml-online-parser.appspot.com/ ... ``` yaml...