CabalCrow

Results 6 comments of CabalCrow

The path autocompletion should probably be changed to use ``"`` quotes & only escape ``"`` and ``\`` characters in path names & that should be fine?

> Yes, something like that. Or use `'` or the new `r#''#` raw strings (although proper raw string seem a bit excessive) The problem with raw strings is that now...

OS: Archlinux Emacs: 29.0.05 with doom emacs Latest master lsp-bridge version as of the writing of the issue

The unity projects still do not work with the new version. Unity does not work with omnisharp-dotnet 6.0. It needs to use omnisharp mono with additional libraries. Those are the...

Yeah it doesn't block for the whole download. When I was originally testing ``--temp-basedir`` helps with reducing the hang a significant amount. So I assume some configuration option contributes to...

Read a bit though the source code & made a hacky implementation of this ```lua local state = require "telescope.state" local function resume_via_query(query) local cached_pickers = state.get_global_key "cached_pickers" if cached_pickers...