Stefan Frede
Stefan Frede
This (https://github.com/othree/html5.vim) looks promising , but somehow I'm unable to integrate it in Janus. There should be other, more easy to integrate, plugins out there for VIM which support a...
I'm having a similar problem. In my latest `nodejs` version (_8.6.0_) `npm` works fine, but in every other version I'm using (_6.11.3_, _8.4.0_) I'm getting a `No such command in...
Besides looking weird, the error message is sadly also unreadable ([screenshot](https://www.frede.io/img/20180913ScreenShot.png)). Otherwise, this is a great theme, and I love it!
I fixed it for me with this entry in my `.vimrc` ([screenshot](https://www.frede.io/img/20180914ScreenShot.png)): ``` augroup vimrc autocmd! autocmd ColorScheme * \ highlight ErrorMsg \ term=standout ctermfg=7 ctermbg=1 guifg=White guibg=Red augroup END...
For me this problem occurs the moment I update to `@nuxt/[email protected]`. Then my page breaks and I get the following message: ``` { "message": "You should use slots with ",...
I'm getting the same error.
> I managed to work around this issue by cd /tmp and execute commitlint --cwd /my/sources @baby-gnu I ~try to~ can't wrap my head around how this should work 🤔
Debug Info ``` 08:23:49.621 DEBUG window::os::x11::keyboard > update_keymap was called 08:23:49.667 INFO wezterm_gui::termwindow::keyevent > key_event RawKeyEvent { key: Physical(Backslash), modifiers: NONE, leds: (empty), phys_code: Some(Backslash), raw_code: 51, repeat_count: 1, key_is_down:...
I’m pretty sure #4975 and mine are the same problem.
I can confirm that reverting #4910 fixes the problem for me.