David Wells

Results 183 comments of David Wells

@claude looks good. Remove the --save from npm install analytics

@claude What would "Resolve the core queue management system by implementing proper queue persistence to storage and optimizing the queue processing architecture in the analytics-core package." look like to you?...

Looks like this works ```js /** * @typedef {ReturnType} Octokit */ /** * @typedef {import('@actions/github/lib/context').Context} Context */ /** * @typedef {Object} ExtendedGitHub * @property {Context} context */ /** @type {ExtendedGitHub...