-
This is a considerable problem when trying to parse DTDs. Replacing the colons with underscores allows for parsing otherwise.
-
```
Using 5.0 and this feed http://xurrency.com/gbp/feed I can't get the value of
. This was working fine in 4.1.
f = feedparser.parse('http://xurrency.com/gbp/feed')
e = f['entries'][0]
print type(…
-
Hi there,
I'm working with an [algorithm](https://github.com/SymposiumOrganization/NeuralSymbolicRegressionThatScales) that relies on calling `sympy.lambdify` hundreds of millions of times (~200M) an…
-
@mlissner After we solved the ConnectionErrors on Elastic UBQ requests and some issues related to data integrity. We have gotten a few ConnectionTimeout and ConflictErrors.
Before deciding to incre…
-
#### Problem
I am using the latest version of fluentd, fluent-plugin-elasticsearch and ES (8.14.0). I see the below error for all the logs
[debug]: #0 Detected ES 8.x or above: document type wil…
-
```
What steps will reproduce the problem?
Not sure, really... I followed the tutorial on signing in to Google, and
got this stacktrace.
What is the expected output? What do you see instead?
I'm gett…
-
```
What steps will reproduce the problem?
Not sure, really... I followed the tutorial on signing in to Google, and
got this stacktrace.
What is the expected output? What do you see instead?
I'm gett…
-
Hi,
I have a python script to stich a large mosaic (100k x 100k pixels).
I was surprise to notice a degradation in the performance of the latest version V8.16 compared to previous version 8.15.
…
-
For, like, about a year now this Android app seems to be broken. I seem to remember this being related to an update to the nextcloud server, so downgrading the app doesn't help, and I'd rather not dow…
-
### Description
XMLFeedSpider is always losing `` tags in `parse_node`
### Steps to Reproduce
my code:
```python
from scrapy.spiders import XMLFeedSpider
from myspider.items import myspide…