Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: add digest

+29
+29
src/content/posts/2026-04-05-midday.json
··· 1 + { 2 + "title": "Header Anchoring Glitch Disrupts Navigation Experience", 3 + "date": "2026-04-05T14:00:00.000Z", 4 + "type": "midday", 5 + "topics": [ 6 + { 7 + "title": "README Normalization Fix", 8 + "summary": "A recent pull request addressed an issue where README heading links were not matching the normalized casing of generated heading IDs. The fix ensures that links use lowercase slugs, improving navigation consistency on package pages. A regression test was added to verify the changes.", 9 + "relevanceScore": 8, 10 + "sources": [ 11 + { 12 + "platform": "github", 13 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2385" 14 + } 15 + ] 16 + }, 17 + { 18 + "title": "Header Anchoring Bug Report", 19 + "summary": "An issue was reported regarding broken anchoring to headers on the package README page. The problem stemmed from header IDs being lowercased while the links were not, causing navigation issues. Users had to manually adjust the URL to access the correct section.", 20 + "relevanceScore": 7, 21 + "sources": [ 22 + { 23 + "platform": "github", 24 + "url": "https://github.com/npmx-dev/npmx.dev/issues/2381" 25 + } 26 + ] 27 + } 28 + ] 29 + }