-
There is a bug in the web hook code.
```
# If the envelope is completed, pull out the PDFs from the notification XML
if (xml.EnvelopeStatus.Status.string == "Completed"):
```
Beautiful …
-
I'm brand new to programming so it's quite possible that the issues I'm having are due to a mistake on my end. That being said, if someone could confirm whether or not the script works for them and ha…
-
I have installed beautifulsoup4 package on python 3.2 using
`import pip`
`pip.main(['install', '-U', 'beautifulsoup4'])`
and it seems to have completed successfully, but when I try to import it, …
-
For better display for code cards.
-
-
Currently I am able to run the bot, and the screenshot grab appears to be functioning however the point scoring does not. Whilst testing using the sample question, I have discovered that when using th…
-
-
Hi,
I could be wrong here but just in case, I said I'd bring this to your attention.
At the end of the parse_data method of the HTMLParser where you call "replaceWith" on the matched url;
It appears …
-
If an `` or `` element follows another element on the same line, and there is a space before it:
```python
from markdownify import markdownify as md
html = """
Follow these steps:
Do this…
-
### **Implement Python Script for Scraping Documentation into Llama-Index Document Objects**
#### **Description**
This issue invites contributors to develop a Python script that scrapes docume…