Results 6 issues of wont-work

Prevents waiting 10 seconds to shutdown

### simplified reproduction ```python from pypika import * # setup t1 = Table('t1') q1 = Query.from_(t1).select(t1.id) a = AliasedQuery('test') # broken query broken_q = PostgreSQLQuery.with_(q1, 'test').delete().using(a).where(t1.id == a.id) >>> str(broken_q)...

### What website(s) would this filter apply to? https://lemmy.ml, https://lemmy.world, and other Lemmy instances (configurable) ### What content should be blocked? Posts and comments based on keywords, domains (for link...

help wanted
good first issue
filter-data
new-filter

As an example example: [this](https://brain.d.on-t.work/notes/9sw59jdty9wukje4) AP note gets bridged over as [this](https://bsky.app/profile/kopper.brain.d.on-t.work.ap.brid.gy/post/3krow3t63rxl2) bsky post. losing all the context and making a post that, while potentially funny out of context (depending...

### 💡 Summary Fetching a Lemmy post with a link or an image does not work. Text-only posts do work fine. ### 🥰 Expected Behavior For the post(s) to be...

Currently, it looks like .Descendants (and .DescendantsAndSelf) on JsonNodes do not include array contents. I am assuming this is intentional (hence why this is a feature request and not a...