Denis Cornehl

Results 210 comments of Denis Cornehl

I don't fully remember if the matching checks the element name before the `:`, or after. But wouldn't adding `alternative` to your cpp patterns help? It looks like nothing in...

I also stumbled onto this problem here, though I'm actually not sure about the solution. Especially in combination with the quite good `deoplete-jedi` I would want to see both. Documentation...

@blueyed having problems with jedi and virtualenvs too, just discovered this PR here. Is this testable? I don't know jedi-code good enough to review that, but I could test it...

typically that's the task of the LSP server to report progress, that what's the event for. Best bet is probably creating a PR to the LSP servers repo that implements...

The best (clean) way is still to create a PR to the actual language server to just report the progress with the LSP APIs.

I believe we can close this issue, since [neovim added `filetype.lua`](https://github.com/neovim/neovim/pull/16600), see also [the discussion on reddit](https://www.reddit.com/r/neovim/comments/rvwsl3/introducing_filetypelua_and_a_call_for_help/)

We also ran into this issue when upgrading from `1.6.2` to `1.7.0` what could be a proposed fix? I don't know the codebase (yet), but could help

We're using another workaround for this issue which doesn't need to clear the cache, so is somewhat faster: ```python @pytest.fixture(autouse=True) def isolated_cache(settings): cache_version = uuid.uuid4().hex for name in settings.CACHES.keys(): settings.CACHES[name]["VERSION"]...

I'm not sure if this really fits into this component, since it's only for the status progress. You can easily add this yourself as a custom component in lualine: ```lua...

with more time now, thank you @timbedard for adding this :)