Austin Matherne

Results 9 issues of Austin Matherne

### What should we change and why? We should include the [XBRL creation software](https://github.com/Arelle/Arelle/blob/33b54d5d19fcd5df0b2d9ed5a0137ab280138f30/arelle/ModelDocument.py#L884) used to produce a report (if present). ![creation-software](https://github.com/Arelle/ixbrl-viewer/assets/46454775/fa45f988-e296-4827-8a22-6cfe737c00a8)

request

### What should we change and why? Brainstorming here. Ram provided feedback suggesting the utility of an option to disable text block highlighting in review mode, leaving only the tagged...

request

### What should we change and why? The highlight feature for untagged content in review mode is useful, though it often flags content that shouldn't be tagged—like document page numbers...

request

### What should we change and why? Any tagged or untagged highlighting is removed when we print documents. It would likely assist users who wish to print the document and...

request

### What happened? The version defined [in plugin info](https://github.com/Workiva/ixbrl-viewer/blob/4a14c88acdcecdd2655de1c2259f1ebb1409a31a/iXBRLViewerPlugin/__init__.py#L215) is hard coded to `0.1`. We should link this to the build version so that users can tell which version of...

bug

#### Reason for change The default lang value of `en-US` potentially conflicts with `xml:lang` if present. #### Description of change First check if there's an `xml:lang` value to use before...

### What happened? When opening a report containing relative assets (such as images) via the GUI code path, the assets are not copied to the temporary directory where the viewer...

bug

### Project to be claimed `arelle`: https://pypi.org/project/arelle ### Your PyPI username `arelleteam`: https://pypi.org/user/arelleteam ### Reasons for the request I am the primary maintainer of [Arelle](https://github.com/Arelle/Arelle), a Python-based project with over...

PEP 541

The issue was initially reported in the [Arelle users group](https://groups.google.com/g/arelle-users/c/5GIW9bqYdlU/m/o8ZGIdjkAAAJ). The semanticHash plugin attempts to access the undefined `semantic_hash_string` option, as seen [here](https://github.com/xbrlus/xule/blob/9b40fe7274bfdbaad91a8ed5dfd4f798fdd36e86/plugin/semanticHash.py#L60). It's important to note that `getattr(x, y)`...