stormc

Results 13 comments of stormc

If you `set title` then `titlestring` gets evaluated in the floating/popup windows' context. Since this may not have a file attached (or the "wrong" one), you see `[No Name]`. You...

This is a fast hack to demonstrate it (I made `titlestring` longer so that you have time to notice the flicker, you can also introduce a synthetic delay): ```vim set...

@Shougo If you don't see the flicker with the code snippet above, then it "solves" it :) So, it does not reproduce the flicker but instead shows how to avoid...

I agree. My filename-caching `titlestring` function above is a hack/workaround to this problem. And it's too broad in using the cached filename unconditionally for all floating windows (condition: `vim.api.nvim_win_get_config(0).relative ~=...

@adrian5 No worries, I think it still helped to come to a common understanding (and workaround) of the problem. Question is whether the workaround should be documented in the wiki...

The handler function's signature in `source/lsp.lua` needs to be updated, possibly adding a backwards-compatible wrapper for neovim versions prior to this commit. As an intermediate hack, this should help: ```diff...

@mrkz You're welcome, #400 does also proper-fix hover and signature for which you would have to apply this workaround's gist as well, so I suggest to use that instead of...

What is your `$LUA_PATH` set to? Does it include Hammerspoon's folders? If not, set it to include those folders.

I think we should strive to eventually settle on *one* EFI Stub, wherever that is hosted. So, given systemd's ubiquity, it would make sense to approach "upstream", also lowering maintenance...

General comment: We need to synchronize this change with [SWUpdate's wfx binding](https://github.com/sbabic/swupdate/blob/master/suricatta/server_wfx.lua), i.e., bring the code to support both, the old and the new OpenAPI version upstream before merging this....