LoydAndrew
LoydAndrew
Evilline with coc-lsp status  [Code](https://github.com/LoydAndrew/nvim/blob/main/evilline.lua)
@AlanJui I've updated my comment. Maybe I should make a pull request for coc-lsp, so it work out of a box.
Thanks for advice. I've tried this by printing to command line. And somehow there are a lot of this events dispatching on every connection and every new connection switch somehow...
> I found a thread that deals with this specific issue: [aws/aws-sdk-js-v3#3560](https://github.com/aws/aws-sdk-js-v3/issues/3560) > > I would give a few of these solutions a try. Hello, Hi can I implement this...
> > > I found a thread that deals with this specific issue: [aws/aws-sdk-js-v3#3560](https://github.com/aws/aws-sdk-js-v3/issues/3560) > > > I would give a few of these solutions a try. > > >...
That's definitely a thing. I have "node": "20.10.0". NodeHttpHandler won't work on browser that's why webpack compilation will fail with Error: Can't resolve 'http2' in '/home/node/app/node_modules/@smithy/node-http-handler/dist-es'. There is no polyfil...
Okay. So there is a dirty solution. One can implement custom **NodeHttpHandler** that don't rely in any way on http2 (apparently **@smithy/node-http-handler** use it only for some constant from there...