Adam
Adam
Selection works in Firefox but not in Chrome version 87.
Is anybody working on that? Is this just a bug or a TS design flaw? Any ideas/hints how it can be fixed? Do you need any help on that?
@MatAtBread, I'm not sure if it is the same issue - here TS throws at a property not at an array element: ```javascript // A: an array index if (objectsArray[index].prop)...
> @easyrider Here's the relevant comment from 2016: [#10530 (comment)](https://github.com/microsoft/TypeScript/issues/10530#issuecomment-253651206) Thank you @sandersn, what time impact is acceptable (6.5% was in 2016 - now it may be marginal)? Maybe that...
FYI: I've just created a PR that addresses this issue: https://github.com/microsoft/TypeScript/pull/46121 Help needed with performance testing.
I got the same problem - it's probably not related to the sentence length but on some first words in the sentance like: "you", "me". For example 'You can do...
> I want this too! I have added new PR with command `/scommit` for exactly this: https://github.com/Aider-AI/aider/pull/2763