kiryph

Results 117 comments of kiryph

There are also other build tools with a watch mode, e.g. [`latexmk -pvc`](https://ctan.org/pkg/latexmk) or [`watchman-make`](https://facebook.github.io/watchman/docs/watchman-make.html). My current take on this is similar to [vimtex](https://github.com/lervag/vimtex): ### Run `:Make` on save A...

I had hoped to get a nicely formatted comparison, not a one-liner on both sides. Also overwriting `previewprg` means I can not use `e` for previewing file contents which I...

> On GNU/Linux it shows quite a lot: I have already installed the gnu-coreutils. Changing the setting for `previewprg` to `gstat` brings the same result on macOS. This looks better....

Thanks for your response. I have one thought: would it be possible to create a deterministic temp folder for sshfs keeping the .ssh file which can be reused when returning...

I have modified `/Applications/Hammerspoon.app/Contents/Resources/extensions/hs/drawing_canvasWrapper.lua` as following ```diff diff --git a/drawing_canvasWrapper-orig.lua b/drawing_canvasWrapper.lua index ce040a7..a59988d 100644 --- a/drawing_canvasWrapper-orig.lua +++ b/drawing_canvasWrapper.lua @@ -165,7 +165,8 @@ module.getTextDrawingSize = function(message, textStyle) if textStyle.lineBreak then drawingObject._default.textLineBreak...

Thanks for the clarification. **Update** the commit https://github.com/gap-system/gap/commit/069a6497424113dc5e5ffe133be9da5bfe6acb24 on branch disabled compression for `OutputTextFile` Updating the documentation for `OutputTextFile` would be great. But also CHANGES.md 4.11.1 could be clearer: #3963...

As a workaround for `:messages` one can use `:Messages` from [vim-scriptease](https://github.com/tpope/vim-scriptease).

I have tested the most recent update https://github.com/vim/vim/commit/589edb340454e7f1b19358f129287a636d53d0e1 to `$VIMRUNTIME` files which contains a fix for this and it resolved it for me. Unfortunately, this fix is not contained in...

@eirnym thanks for your reply. I have read [the response from Charles Campbell](https://github.com/vim/vim/issues/4738#issuecomment-533752576) (author of netrw) and it seems that there is an intended change of behviour of netrw: pressing...