jeremyevans0 (Jeremy Evans) wrote in #note-3: > I'm in favor of this change. However, be aware that uri is maintained at https://github.com/ruby/uri . Could you please submit a pull request to that repository? Thanks Jeremy, I've r...gareth (Gareth Adams)
Similarly to how the other ignored files are intended for local development and not for production, the Gemfile and Gemfile.lock files for a gem only relate to local development and aren't useful to people installing the gem. https://gi...gareth (Gareth Adams)
After a couple of weeks with no reply I wanted to ask if I could get at least one comment on this issue? A quick summary of the issue: * In 2014, `URI` was updated to use a new RFC3986-compliant parser by default instead of the pre...gareth (Gareth Adams)
In June 2014, [`uri/common` was updated][1] to introduce a RFC3986-compliant parser (`URI::RFC3986_PARSER`) as an alternative to the previous RFC2396 parser, and common methods like `URI()` were updated to use that new parser by default....gareth (Gareth Adams)
[HowToContribute](https://bugs.ruby-lang.org/projects/ruby/wiki/HowToContribute) suggests that I can ping this ticket if it looks like it's been missed - there was some good discussion for a couple of days and then nothing since. It's...gareth (Gareth Adams)
phluid61 (Matthew Kerwin) wrote: > > ... Sorry, I wasn't clear. Yes the registry itself is in XML/CSV – that's what the `mime_types_data` gem uses to build its dataset – but it doesn't include "default charset parameter" or even detai...gareth (Gareth Adams)
Thanks Matthew, I've now paid more attention to which RFCs are obsolete and which are still active. phluid61 (Matthew Kerwin) wrote: > > So it seems if you're making a change, it should be: ignore the protocol, and default to UTF-...gareth (Gareth Adams)
Using `open-uri` to load a document in the following circumstances: * The `Content-Type` header is `text/*` and *doesn't* specify a charset, e.g. `Content-Type: text/csv` * The document is loaded from an `https://` URL …will cause...gareth (Gareth Adams)