Stephan Badragan
Stephan Badragan
Same issue here with lsp on reload. I use an ugly hack which is to execute :e! on every opened buffer using bufdo. This attaches the lsp clients to them...
Active window:  Inactive window:  [code](https://github.com/MagicDuck/dotfiles/tree/master/.config/nvim/lua/my/galaxyline)
There's also this neovim plugin that could be leveraged: https://github.com/edluffy/hologram.nvim  ```lua require('hologram').add_image(buf, '/Users/..../Documents/my-image.png', row, col) ```
@N-Tek I also ran into this problem while using `nvim-compe` completion plugin and `vimwiki` It seems to have to do with this insert mode mapping in the `vimwiki` code: https://github.com/vimwiki/vimwiki/blob/619f04f89861c58e5a6415a4f83847752928252d/ftplugin/vimwiki.vim#L487...
One thing that I am observing after a reboot is that things work fine even under higher CPU load 🙃 . Reboots fix everything, lol. Thank you both for the...
Also wanted to mention that I find it kind of weird that when the dev searches in the devtool, one of the matches for "foo.css" is actually the code produced...
Wasn't there a plan to have special chunk templates to generate "css chunks"? Not sure what happened with that, but I am assuming that would make css loader obsolete... In...
I thought the bug description above is pretty simple and explicit. Anyways, i would but like I said I don't have the time at the moment 😧
So imagine you are a dev and are working on an app where some of the consumed libraries have their own css and are in turn built with webpack. When...
@evilebottnawi If you reference the screenshot in the issue description above, I want the actual css source for `foo.css` to go under `webpack://(sap.orca-sample-plugin)/src/foo.css` instead of `C:/code/sap-webpack-extensions...` when `output.devtoolNamespace="sap.sample-orca-plugin"`. Atm we...