Austin Ziegler

Results 171 comments of Austin Ziegler

Thank you. I will look at this when I have time. It may get more response if it is put on the parent repository (https://bitbucket.org/raineszm/rubypython/src)—which will require doing things in...

If you are able to include a simplified version of the script for reproduction purposes, that would be useful.

The primary sources are Apache, IANA, and user contributions. I do not think that it makes sense to separate these in terms of the data organization here—given the primary data...

You might be able to get it from individual RFCs that most IANA things are based on, but…obtaining that information would mean parsing the text of the RFCs. :/

There are potentially some things that can be obtained from individual records in the parsing. [`application/javascript`](https://www.iana.org/assignments/media-types/application/javascript) has the following block embedded: ``` Additional information: Magic number(s): n/a File extension(s): .js...

I haven’t; it’s probably not a bad idea, but I’m not sure how I’d start that particular discussion.

They still haven’t added an extensions column yet.

Please check `types/application.yml` and `types/provisional-standard-types.yml` and modify those. Simply modifying the `data/mime.content_type.column` file will **break** everything (there are 8 column files). The files in `data/` are _generated_ files and should...

In general, PRs should just be for the YAML files; I do the conversion (there are three conversions now) as part of the release process. It’s not a big deal.

So I’ve done a quick bit of checking, and the story isn’t great at this point. Removing the type from the provisional file won’t do any good, because there’s a...