Manuel Schmidt
Manuel Schmidt
Hey @Cave-Johnson yes, sometimes I just forget to also upload to GitHub :D I suspect that most users download py-xbrl over PyPI instead of manually downloading the wheels. Currently, I...
Hello, thanks for the issue. Yes, thats unfortunately a problem with the filing.. It crashes while parsing the following line: ```xml May ``` The issue is that the content of...
Hey @keyboardcrimp, are you working on an XBRL Instance file you can share? Because it sounds like a bug, normally the XBRL document should not be so deep that there...
Hey @keyboardcrimp thanks for providing the filings. I will have a look into it.
Fixed in #133 I tested it with `Prod223_3641_11717742_20230630.html` which now works without issues. Will release a new version containing this fix soon. Thanks @Sam-el0
Ah, so you added the `with` block, right? Will investigate this for next major release. This is probably also relevant for the `parse_xbrl` function and not just `parse_ixbrl`. Thanks for...
Hey, normally all taxonomies that are following the XBRL Specification without errors should be parsable with `py-xbrl` by default. However, when parsing the taxonomy you mentioned, I encountered a KeyError...
Hey, this is unfortunately a bigger change. Also not many XBRL documents are affected by this (at least to my experience).. My gut feeling would say that the way the...
@rainergo Thanks for the issue, sorry for the late reply. When all XBRL submissions would strictly follow the XBRL Specification, the manual mapping between namespaces and schema-urls would not be...
Hey @Sam-el0 , contributions via PR are always highly appreciated! :) I will also have a look into the problem