David Wells

Results 183 comments of David Wells

Updated and released as [email protected] Let me know if it works for you

For some additional context, I was attempting to upgrade my util lib for this from to "yaml": "^1.10.2" to "yaml": "2.7.0" V1 kept comments in the same spot https://github.com/DavidWells/components/blob/master/packages/util-yaml/src/index.test.js

I "fixed" this by manually updating the `~/.cursor/extensions/threadheap.serverless-ide-vscode-0.6.5/node_modules/@serverless-ide/serverless-framework-schema/schema.json` file. Search for `nodejs20.x` and add the newer runtimes Thats for cursor, vcode will be in a `~/.vscode` dir Temp fix until...

Lets add more emojis to the "Icon Pipeline" in docs index.html file thanks @claude

Does preact still use babel and not vite? @claude please verify this is a modern 2025 setup for preact. Checkout the preact repo and examples please

I'd love to see this happen. Anything we can do to help? I've been waiting on https://github.com/aws-amplify/amplify-js/issues/3732 for quite some time 😃 The only workaround I've seen is https://github.com/aws-amplify/amplify-js/issues/3732#issuecomment-780466923 but...

@claude can you address the feedback above? We want the JSdoc types to be close to where they are used in source. If used in multiple places choose the best...

These are the existing types that are generated from the older type build process. We need to update our JSdocs in Users/david/Workspace/repos/analytics and /packages/analytics-core/src/index.js to output something the same (or...

The library was designed with filters/transforms in mind There is a lifecycle that every plugin flows through https://getanalytics.io/lifecycle/#track-events If you hook into the `[page/track/identify]Start` you can cancel/transform events You can...

Hey @claude read above. Lets do this