Joshua Kelly

Results 14 comments of Joshua Kelly

@kkomelin is right: > @vicary I agree that it should be an SDK team responsibility to support the typings. And it may not be that hard because TypeScript compiler can...

@climba03003 @zekth it seems that this is a more immediate, practical solution to the problem of people wrongly using handlers vs. ESLint rules, which would probably be more comprehensive and...

Progress made in these PRs: https://github.com/jdjkelly/quantify/pull/20 https://github.com/jdjkelly/quantify/pull/22

Seems like it's definitely TLS 1.3 - another reproducible host where is happening: `https://api.flexpa.com/config` ``` try { await fetch('https://api.flexpa.com/config').then((response) => { if (!response.ok) { throw new Error(`HTTP error! Status: ${response.status}`);...

Would love to see this merged - was using this matcher lib on a project I'm upgrading to use AMS 0.10.0

@mseckykoebel lets merge changes (tho can you add another PR to remove node_modules)...

Annoyingly, I can't address the edits by maintainers issue - due to: https://github.com/orgs/community/discussions/5634 This setting doesn't exist for org forks... I guess we'll open PRs from personal forks in the...

@planger did you make progress here? Currently doing an eval with this same need. I _think_ forking the provider is the right option here but @mldangelo it would be really...