tom-kuca
tom-kuca
The program is continously being restarted even if there is a flapping condition which should prevent it after 5 restarts. System: ``` Version: 0.13.4 Polls: enabled Events: netlink ruby 2.1.3p242...
Given a controller ```ruby class ArticlesController < ApplicationController include ActionController::Live ... caches_action :index ... end ``` calling`/articles` with an empty cache triggers the error below. The page is rendered and...
Allow opening file under cursor even if current view hasn't associated filename (i.e. search result).
Mapping a `` to a command in normal mode breaks the functionality of `f` (and also `t`, `F,`, `T,`). I expect that `f` jumps to the next `` character on...
### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...