George Harker
George Harker
This is great, would love to see this included by default!
To answer my own question, it seems like the real issue is that you don't get a handle on the Base/ThreadedWSGIServer that is created inside run_simple in werkzeug, but if...
I asked over at werkzeug [https://github.com/pallets/werkzeug/issues/2284](https://github.com/pallets/werkzeug/issues/2284) My use case might be a little odd given I'm integrating a ux onto an existing project and it's goal isn't serving at scale....
I've done a lot of digging on this: here's my findings The auto retry code wasn't working because (I think) the poller time queue sort order was backwards. Auto reconnect...
Hi David, Trying to resurrect my brain cells on this as it’s a while since I worked on the rrtpmidid code. I can definitely send a pr for what I...
Please do. I don’t think it’s what I’d traditionally submit as a pr. Still trying to figure out how to export a wire shark that doesn’t dump all my traffic....
This makes the highlighting of errors work, ensures that hover tips and bubbles work and gives cleaner loclist messages.
I use vim-lsp, but prefer the error display handling in ALE. vim-lsp-ale lets me integrate the two so that there’s only one lsp server running - but, the highlighting of...
Surely the prior call to lsp#internal#diagnostics#state#_get_all_diagnostics_grouped_by_server_for_uri is what gets the diagnostics from vim-lsp - therefore leveraging vin-lsp and vim-lsp’s lsp server. I didn’t change that. The only thing...
For it to work I have to have a node_modules folder somewhere in the hierarchy above the edited file. Installing with npm from the command line in my home dir...