author-tools icon indicating copy to clipboard operation
author-tools copied to clipboard

Author Tools

Results 43 author-tools issues
Sort by recently updated
recently updated
newest added

Sentry Issue: [AUTHOR-TOOLS-W](https://ietf-tools.sentry.io/issues/3587307491/?referrer=github_integration) ``` UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 2298: invalid continuation byte (4 additional frame(s) were not displayed) ... File "flask/app.py", line 1796, in dispatch_request...

bug

Feature request: for side-by-side output, would like to have a "full" option that doesn't skip the matching text. This option was added to rfcdiff at the RPC's request a couple...

enhancement

### Description Implement Prometheus metrics using https://github.com/prometheus/client_python ### Code of Conduct - [X] I agree to follow the [IETF's Code of Conduct](https://github.com/ietf-tools/.github/blob/main/CODE_OF_CONDUCT.md)

enhancement

### Description Author Tools convert xml2rfc v2 documents to v3 under the hood. Add a warning when this happens. ### Code of Conduct - [X] I agree to follow the...

enhancement

### Description Add the ability to post a file or choose a document name on /api/idnits endpoint ### Code of Conduct - [X] I agree to follow the [IETF's Code...

enhancement

The new iddiff tool shows spurious diffs - apparently in cases where page breaks occur in different places in the two documents. Here is an example using the new tool:...

With [`iddiff` `v0.2.0`](https://github.com/ietf-tools/iddiff/releases/tag/v0.2.0), by default new lines with only whitespace characters don't get shrink anymore. Add an API option to use the `-s` switch to shrink the whitespace characters.

idnits verbose output shows document path information, this should be scraped out.

When an unexpected error occurs, API should provide more information about the tool that caused the unexpected error. See https://github.com/ietf-tools/ietf-at-ui/issues/87

Author Tools uses the filename to determine the document name when only a single document is given for iddiff comparison. Whenever an XML file is available Author Tools should use...

bug