Results 60 comments of hexchain

Same issue. Did a bisect and found the first bad commit to be c75d300f6f2589a6a8d8f4cc537f5e8a1be55de7. @aliaksandr-trush, you seem to be the author of that change. Could you please take a look?...

I no longer see any gaps with #6545 applied, under Plasma 6.2.5.

> So let me get this straight. If a client queries `A api.example1.com` it gets CNAME back, and if it queries `AAAA api.example1.com` then it gets an AAAA back? >...

Right, I should try that first.

I think the library itself generally works fine, but the type definitions from DT is giving me some headaches. Usually I can use TypeScript declaration merging to fill in the...

Would it be possible to add a non-default export of the same `CachePolicy` class/namespace, without changing the default export?

Unfortunately it doesn't seem to help. TypeScript doesn't pick up the type annotations when this package is installed as a dependency. I'm not sure if TypeScript compiler ignores `node_modules` by...

Also, I believe that the return type definition for `evaluateRequest` might be a bit too broad. The current definition is: ```typescript { response: { headers: Record} | undefined, revalidation: {...

Sorry, it still doesn't seem to help. Please see this example: https://gist.github.com/hexchain/1b266612ac7bc217dae48526e54d225a ``` % npm run check > [email protected] check > tsc --noEmit index.ts:1:25 - error TS7016: Could not find...

I've opened a PR for DT: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/72265