Mitch Ryan
Mitch Ryan
@benjamn, would you be able to help out here by any chance? Hate to `@` you, but this issue is 11 months old so at this point it would appear...
@aralroca thanks for your response, and I'm sorry but I don't currently have the bandwidth to create a repro-repo, but the repro steps are quite simple and you should be...
I'm not using `lit-element`, I'm using `lit-html` (just updated the issue name to reflect this). :) Is my submitted fix invalid? Just to be clear - I'm not actually invoking...
In [my experience](https://github.com/springload/react-accessible-accordion/blob/25346948df09c0710b9ba10634a4146d196621c9/package.json#L21), the "simplest" way to do this is to actually migrate your own project to Typescript, and then publish a "declaration file" as part of your build-step. That...
> The advantage of separate typings is that the community of users who cares about types can maintain them, and the original authors don't need to do anything. Yes, but...
What even is the attention of that `Blob` type? Shouldn't it just be removed outright, in favour of the native Blob object? I don't see this as a "feature request",...
@yuche thanks for your reply, though I still don't really _get it_. You've correctly identified that the React-like alternatives out there each have carved out a niche such that they...
Can confirm!
@FantasticFiasco what did the trick? I couldn't see any actionables in the two links that @ahnpnl posted. I'm trying to leverage the new "Solution Style" config as introduced in https://github.com/microsoft/TypeScript/pull/37239,...
@FantasticFiasco that repo uses a workaround in `jest.config.js` to get around the fact that `ts-jest` does not automatically inherit the correct TS config for any given file: ``` globals: {...