-
I have the following files:
```
$ ls data/TSLA/10-k/20201231/
tsla-10k_20201231_htm.xml tsla-20201231_cal.xml tsla-20201231_lab.xml
tsla-20201231.xsd tsla-20201231_def.xml tsla-2…
-
Great library!! Need help with the following error.
When executing the following code get a ValueError
```
for filename in reversed(filelist):
print("filename", filename)
# print("index…
-
Windows, Anaconda Python 3.8.5.
Code to reproduce:
```python
import io
import requests
from ixbrlparse import IXBRL
url = 'https://www.sec.gov/Archives/edgar/data/72333/000007233320000195/…
-
I found that the features, needing selection range, don't work in WeChat built-in browser. For example, Blod, underline, color.
-
```sql
crsp=# SELECT file_name, document FROM edgar.filing_docs WHERE document ~ '\s+' LIMIT 10;
file_name | document
----------------…
-
Hi,
this is really a great package. I tried to parse some iXBLR myself, but seeing all your work it becomes clear that this is quite some work. So thanks for the package!
I have an issue. I try …
-
After using the preview, the alignment of some ToC text has changed.
Have a look at this example:
[example.zip](https://github.com/Workiva/ixbrl-viewer/files/4701961/example.zip)
Regards,
-
For example, in running `./update_edgar.sh`, I see the messages below. This is running on my local server, but I suspect the same issues would appear if you ran the code on the MCCGR server.
```
i…
-
I've got a small TinyMCE plugin that takes selected text and wraps it in `` tags. It works as expected, however, when I start a new line after a line with `` a new xbrltag is created in that line auto…
-
In my use of this helpful library I have found it useful to pass strings directly to IXBRL instead of a file handler. In my case this was for handling files loaded using requests from a URL. I wonder …