Mark Amery

Results 54 issues of 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

enhancement
workaround

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).

corpus
wordnet

Here is a 16-bit grayscale image: ![test](https://user-images.githubusercontent.com/2358339/36452647-4647c7ae-168d-11e8-80b9-43bf34a2d8f3.png) It clearly contains a gradient of grays. If I open it with Pillow, convert it to 8-bit grayscale, and save it, like so......

Enhancement
Hasn't worked in 20 years
Conversion

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...

Bug
hacktoberfest

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...

feature
improvement