Nagy Botond
Nagy Botond
Wow neat, lovely stuff! Thanks!
Quite the contrary for me, I don't seem to be able to enable it
Every other update works fine, only nixpacks is affected
@es183923 I tried doing that, didn't work. I was thinking maybe the reason is that since that Xcode 14 wasn't released with Ventura, people who upgraded are forced to download...
@troyshu Thanks, that fixes it
This could be as easy as adding `exit(0)` after the `unset_interrupted` call: https://github.com/topgrade-rs/topgrade/blob/021320b2925f5eb4863404ae8759bb304ac05d1c/src/runner.rs#L53C1-L55 The drawback is that on `ctrl-c` users will lose the ability to do any actions once they...
The plugin that I'm using is `https://github.com/max397574/better-escape.nvim` with the following config: ```lua { "max397574/better-escape.nvim", opts = function(_, opts) opts.mapping = { "jk", "jK" } opts.timeout = 150 return opts end...
I've found that using `.unwrap_or(0)` here: https://github.com/nvarner/typst-lsp/blob/0d5b9330a1d515fa47456e755f751ea4056282b8/src/lsp_typst_boundary.rs#L97-L98 makes the issue stop. I'm halfway through the tutorial and since the change I haven't noticed the error and everything seems to be...
Of course, here it is https://user-images.githubusercontent.com/75550932/178260038-401ec493-c7eb-4329-b6ce-c11a482dce2d.mov
I would be happy to help!