Niklaas Baudet von Gersdorff
Niklaas Baudet von Gersdorff
@polaris6933 Same issue here. I'm just guessing but it might have something to do with `language.elixir.languageServer.rootFiles` when there is no `mix.exs` (maybe because one is simply editing an `.exs` file...
I'll be very happy if this is merged. Lazy loading nvm takes >500ms on my machine.
No problem! I tried it without the quotes but I still get `tw=0`. My workaround is to start `vim` with `vim -c 'set tw=72'` from `mutt`. So I assume that...
Well, I just realised that pencil isn't loaded at all. It only loads if I invoke it with `:Pencil`. Some ideas why that's the case?
It will work if I invoke `vim` the following way: ``` vim -c "set ft=mail tw=72" ```
@rvodden I'm sorry but I stopped using `vim-pencil`. I switched to `vim-pandoc` some months ago.
Well, not that I use this regularly but I just worked on a dataset that had negative years i.e., BC, included and had quite some difficulties to deal with it....
I had to ``` npm install --save-dev ... autoprefixer@9 ``` for this to work because of https://github.com/postcss/autoprefixer/issues/1358#issuecomment-692953393. With autoprefixer@10 I got the following error: ``` [ ERROR ] [object Object]...
Further I had to use the following configuration for `purgecss`: ``` const purge = purgecss({ content: ['./src/**/*.tsx', './src/index.html'], safelist: [':host'], // content.match(/[A-Za-z0-9-_:/]+/g) || [], }); ``` If `:host` is not...
@hoebbelsB at-mentioning you here because we already talked about this in a private channel and to let others know about this.