Kari Söderholm
Kari Söderholm
I have a problem. I have Battlestar Galactica (2003) DVDs that don't work with 1.3.3 (it can't find any titles on the disc). 1.5.1 does find the titles but it...
I did some testing with different versions of HandBrake. For some discs, subs don't work properly when using HandBrake 1.5.1 from apt (the package I mentioned above), but all of...
I built HandBrake from `master` branch (`20220911054142-91f7a1c69-master (x86_64)`) for Linux on Pop!_OS 22.04 (based on Ubuntu 22.04) and on this self-built version everything seems to work correctly so far. Subtitles...
I see a similar problem when using the latest version of `` which has generics for declaring the grid item type. Here's an example binding: ```ts html` ... `; ```...
Here's a simpler case and some more context (if it helps): https://github.com/vaadin/docs/blob/635fd058f5d1cafa699038f54d619cd82c5e3ce7/frontend/demo/component/grid/grid-single-selection-mode.ts#L35 ```ts private selectedItems: Person[] = []; ... html` ... `; ``` Shows: > Type 'default[]' is not assignable...
I'm also annoyed by this. I have an `index.d.ts` in my project and a functional workaround seems to be to add this as the first line in all my `.ts`...
You may not be able to simply use `||` for this in case there are valid logic paths where `typeParameters` is falsy since then it would trigger the deprecation warning....
Yes, of course. What I meant with monkey patching in this case was that I was just locally modifying `eslint-plugin-react` package in my project's `node_modules` to see what it would...
@JoshuaKGoldberg btw related to the instruction here https://typescript-eslint.io/linting/troubleshooting/#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings > If you've using many ESLint plugins, have updated each to their latest version, and you're not sure which one this complaint...
Still still affects 2.0.1 (and not just the old 2.0-preview).