-
### Discussed in https://github.com/colinhacks/zod/discussions/3194
Originally posted by **JoshuaKGoldberg** January 23, 2024
Zod is great and I'm enjoying the features around intersecting/mer…
-
When parsing HTML that includes characters like "🍋", the start and end `FileLocation`s are generated incorrectly.
Here's a short repo:
```
import 'package:html/dom.dart';
import "package:html…
-
### 这是一个什么样的功能?
华尔街日报(`https://www.wsj.com/`)有分类目录,比如`finance/banking`,访问`https://www.wsj.com/finance/banking`可见标题、URL和摘要,用xpath可提取上述信息。
例子:
- title
`//*[@id="__next"]/div/main/div[2]/div[2]/div[1…
-
When frozendict is converted to string in python 3.9, it causes allocations of memory which can not be released with `gc.collect()`
```
import gc
import psutil
from frozendict import frozendict
…
-
Hello,
when i want to open AudioPodcatcher, I get the message that the OPML-File can't be found.
I created a folder
LIBREELEC\Userdata\addon_data\plugin.audio.PodCatcher
and inside ther I created …
ghost updated
4 years ago
-
```
What steps will reproduce the problem?
1. define a dict
2. assign key=rss, value=mac
What is the expected output? What do you see instead?
The capacity of dict should be the same as the mac:rss t…
-
Example RSS
```
My RSS Today
http://www.example.com/
http://www.example.com/img/myepisodes_logo.jpg
www.example.com
http://www.example.com/
This is my RSS example!
en-us
12345…
-
Followup to #392 -- now that [the RSS feed](https://typelevel.org/blog/feed.rss) is working again, we should make it more readily findable.
Site design isn't my strong suit, but I would guess that …
-
**Test author:** @CaMer0n
**Dependent on other tests?:** Yes
**Cause of failure:** The outcome of this test depends on another test that runs in the unit test suite. This test needs to be correcte…
-
When parsing a reddit RSS feed directly as an optional rss, atom and or json feed fails but manually parsing as Atom works. It also seems summary text isn't working for AtomFeed.