Results 11 issues of declaresub

Casts depending on extensions are not excluded. So sql generated for a database that should drop an extension like hstore looks like BEGIN; DROP EXTENSION hstore; DROP CAST (public.hstore AS...

extensions

What is the idea behind the decision branch i7 moved? As best as I can tell, it serves only as a possible short-circuit for skipping the next decisions moved_permanently, moved_temporarily,...

enhancement

An [erratum](https://www.rfc-editor.org/errata/rfc6266) to [RFC 6266](https://www.rfc-editor.org/rfc/rfc6266) points out that the rule 'disp-ext-parm' is ambiguous as defined because the rule 'token' matches everything matched by the rule 'ext-token'. In addition, the rule...

enhancement

As of June 2022, [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110) makes obsolete several grammars in ABNF -- [7230](https://www.rfc-editor.org/rfc/rfc7230), [7231](https://www.rfc-editor.org/rfc/rfc7231), [7232](https://www.rfc-editor.org/rfc/rfc7232), [7233](https://www.rfc-editor.org/rfc/rfc7233), [7235](https://www.rfc-editor.org/rfc/rfc7235).

https://tools.ietf.org/html/draft-seantek-unicode-in-abnf-03 proposes an extension of RFC 5234 that adds support for Unicode strings in ABNF.

enhancement

Closes #3996.

hacktoberfest-accepted
investigate

It turns out to be useful to use Parser as a type hint in other code, so it should be added to the top-level interface to make it more public.

django-storages removed the S3BotoStorage backend in v. 1.9. It is replaced by S3Boto3Storage. So filebrowser_safe.storage needs a corresponding mixin class. At present, mixin_class name lookup fails silently.

The graph URL paths in the html generated by mailgraph.cgi are absolute. This forces contortions to get reverse-proxy to mailgraph behind an admin interface working. A better solution might be...

It would be useful to be able to parse bytes directly; indeed, I wish I had done this at the beginning.

enhancement