Mirror of
0
fork

Configure Feed

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

chore: add digest

+40
+40
src/content/posts/2026-04-18-midday.json
··· 1 + { 2 + "title": "French Translations Get Major Update Fixes", 3 + "date": "2026-04-18T14:00:00.000Z", 4 + "type": "midday", 5 + "topics": [ 6 + { 7 + "title": "Stale PR Management", 8 + "summary": "The implementation of PR #2555 introduces an automated stale workflow to manage inactive pull requests. This system will tag stale PRs after 30 days and auto-close them 14 days later, helping maintain a tidy repository and improving project management.", 9 + "relevanceScore": 9, 10 + "sources": [ 11 + { 12 + "platform": "github", 13 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2555" 14 + } 15 + ] 16 + }, 17 + { 18 + "title": "Localization Updates", 19 + "summary": "The recent merge of PR #2560 addresses missing French localizations and corrects inaccuracies in AI-generated translations. This update enhances the user experience for French-speaking users by ensuring accurate and complete translations in the application.", 20 + "relevanceScore": 8, 21 + "sources": [ 22 + { 23 + "platform": "github", 24 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2560" 25 + } 26 + ] 27 + }, 28 + { 29 + "title": "Chart Data Improvements", 30 + "summary": "PR #2556 introduces a fix for rounding chart numbers in the `applyDataCorrection` function. This change ensures that download numbers are displayed as whole numbers, improving clarity and consistency for users interacting with the download charts.", 31 + "relevanceScore": 7, 32 + "sources": [ 33 + { 34 + "platform": "github", 35 + "url": "https://github.com/npmx-dev/npmx.dev/pull/2556" 36 + } 37 + ] 38 + } 39 + ] 40 + }