David Wells
David Wells
Replace https://github.com/DavidWells/markdown-magic/blob/master/packages/core/src/process-file.js With the new https://github.com/DavidWells/markdown-magic/tree/master/packages/block-replacer from the monorepo here Update the core https://github.com/DavidWells/markdown-magic/tree/master/packages/core to use the new pnpm dep from the workspace and make sure tests work @claude
https://github.com/mmkal/eslint-plugin-codegen Gen usage docs from test blocks 
Fix for inline comments getting removed https://github.com/eemeli/yaml/issues/602 It's possible there is an easier way to do this, but this appears to work! There are a couple of skipped cases that...
**Describe the bug** Hello there. First off great library! Thank you for making it. I'm running into an issue with comments and I'm wondering if there is an option to...
Modernizes the preact demo with latest versions and build tools Closes #476 Generated with [Claude Code](https://claude.ai/code)
Planning
Based on what you know about the repository and open issues and PRs, what would you propose that we tackle next? @claude Additional instructions # Propose Next Development Task **Your...
Update the https://github.com/DavidWells/analytics/tree/master/examples/preact demo code to the latest version of preact and modernize any build steps etc. Babel is outdated @claude
Modernize the https://github.com/DavidWells/analytics/tree/master/examples/vue demo with the latest version of vuejs @claude
We need an example of next.js using the older pages router Can you make it similar to https://github.com/DavidWells/analytics/tree/master/examples/nextjs-app-router but using the pages router instead? Keep the code JS, do not...
Updates analytics-core JSDoc types to use modern TypeScript native support instead of the old tsd-jsdoc custom system. ## Changes - Add TypeScript configuration for JSDoc-based type generation - Consolidate type...