Claudio Wunder

Results 1165 comments of Claudio Wunder

The problem is that including the full content of the article is quite problematic. First, because the original plugin wouldn't parse the markdown (if I recall correctly?) I think we...

Anyhow, thanks for reporting, @nschonni :)

@azu if you feel into tackling this PR, the place where we have the logic is done here https://github.com/nodejs/nodejs.org/blob/main/scripts/next-data/generatePreBuildFiles.mjs#L46 You can debug `console.log(post)` to see what comes out of it...

**Update:** I've suggested Nextra implement buil-tin RSS support. Let's see what they say.

Hey @kkkrist indeed that sounds like a bug. Yesterday we changed the approach of generating the RSS feeds during pre-build towards Next.js's App Router Dynamic Routes (https://github.com/nodejs/nodejs.org/blob/main/app/en/feed/%5Bfeed%5D/route.ts) I think the...

cc https://github.com/nodejs/nodejs.org/pull/5458 fixes #5456 and @kkkrist comment.

> @ovflowd If we want to restore the original functionality and include the post content as well, we would need to be mindful of the RSS feed size. Currently our...

> The built-in release feed contains the information except the download links that were only available on the website feed. What built-in release feed? What sort of information was only...

> How would anyone else complain? There is an open ticket, and others piled on when the route changes broke the feed entirely. Normally people look for open tickets and...

> I don't think ignoring breaking core parts of the open web like RSS is a great approach though. I would also, if possible, ask you to avoid adding confrontational...