DetachHead

Results 929 comments of DetachHead

![image](https://user-images.githubusercontent.com/57028336/197086425-8969ceb6-d738-4234-8805-dedff94fabf6.png)

![image](https://user-images.githubusercontent.com/57028336/201798902-c4fa0df2-4076-4708-b729-ea4e7fabf26f.png)

> Maybe we need to add comments that tell TS to ignore the type errors. unfortunately that probably won't work due to https://github.com/microsoft/TypeScript/issues/38628 but yeah i agree it's a tough...

yeah `page.pause` works but then none of the IDE's debugging features work (variable watch, call stack viewer, python console, etc) because the actual code execution isn't being paused

in that case should `@types/chrome` be replaced with `@types/webextension-polyfill`?

I'm developing a chrome extension, using [`web-ext`](https://www.npmjs.com/package/web-ext) to automatically reload the extension on change. Unfortunately that means I can't use the dev server since it needs to watch the `dist`...

i believe i've fixed some of these issues https://github.com/fgblomqvist/mypy-pycharm/pull/1

some further outstanding issues i've identified * [ ] the daemon will sometimes report false positive when run on individual files that don't appear when running on the whole project...

the original example from this issue seems to have been fixed at some point between typescript 2.0 and 3.3.3333 [playground](https://www.typescriptlang.org/play?ts=3.3.3#code/JYOwLgpgTgZghgYwgAgMoEcCucooN4BQyxyA1qACYBcyARAM5Y4S0DcRJ9wAXhDSJgC2AI2jsAvgQKhIsRCgBKEBGDggA5gBt8HYuRDU6uFWq0t2JZAHdgFMAAt+Q0VAsl7EYOvtgnIsQSS0uDQ8EjIAMLAUAjayISW+oa0CNGx5rrIUHAUwJj0fi4SUmAAngAOKKj2cJXIALxoTLjIAD7ISiYace1RMdrsBDCYICrAAPYgyMxwABQFaDWVAJTxmQD068gAklMOKDDjmprjNhrI9DZgCPYXqpCCEOAANMj7bxUo4zAXyMD0yBAOCgpwgFD+UwgiFuCDg9BQsTg+QgGy2iAQ4yguXOYHGbw8yAAbnBNJgvj93rl6AgoMBBKA1GBkOUQZUoGVXg58tNjqdQOp8V99lBmazoGBgBB6KjkN98XAmcTaYy3njRNMEEh6PDwVd7ONMEy4B86nD4eyJiAAHSZS7Aa63eYAbQA5EkXQBdVYJSwkWHwuiMbC4Wg0XBgTBQKb0K1cXjIABUF1jPAgbl9yH9KFoxlU3RYYYgEajyZsdluSZjHi8PnTvqzdFS-QLWSLkamAFkFfYrQAFbaJ5PZXLcytW4d5eh1yTiIA) the other examples in this thread seem to be slightly...