Lars

Results 120 comments of Lars

Status on getting this merged? There's an issue deploying to Cloud Functions if you have a dependency on ts-mocha currently, due to the `ts-node: 7.0.1` dependency. This PR would fix...

Alright, so here's how I tested it: ``` npm list ts-node ├─┬ [email protected] │ └─┬ [email protected] │ └─┬ @jest/[email protected] │ └─┬ [email protected] │ └── [email protected] └─┬ [email protected] └── [email protected] //...

We have a pretty large project (internal, 200k lines), and this issue is pretty hard on productivity. The worst of it comes from typing new class properties. The analyzer will...

@mraleph Of course. [dart_analyzer_diagnostics_report-2.json](https://github.com/user-attachments/files/17570303/dart_analyzer_diagnostics_report-2.json) Here's a `.mov` video of the symptom. https://github.com/user-attachments/assets/475ddb62-d65e-49f2-9853-89a1bafa2da1

> @larssn thanks! unfortunately the report does not contain the most useful information about analyzer memory usage, due to a regression which accidentally snuck in when we changed how LSP...

Cool, that did the trick. ``` lars@Lars-MacBook-Pro tillty_pos % dart pub global activate -sgit https://github.com/mraleph/dart_lsp_collect_global_report Package dart_lsp_collect_global_report is currently active from Git repository "https://github.com/mraleph/dart_lsp_collect_global_report". Downloading packages... . ~ dart_lsp_collect_global_report 1.0.0...

> @larssn what is the size of your code base? e.g. if you do `cloc` (`brew install cloc`) on the folder which you open in VS Code? Here's the cloc...

> Now this brings me to another topic. How to guarantee that plugins in pub.dev will not have identical request codes? (without randomly typing the num keyboard) Thats exactly what...

@masterwok If memory serves: It comes from the other Flutter plugin callback `onAttachedToActivity`.