kylo252

Results 212 comments of kylo252

> Yes please. `notify.threshold` with values as per `:help log_levels`, default `INFO`. The default level should not be `INFO`, otherwise it's a pointless change (`notify.debug` is barely used). Neovim itself...

turned out trickier than anticipated since `utils.notify` gets called even before the setup function.

I noticed a tricky problem, while testing https://github.com/nvim-tree/nvim-tree.lua/pull/1693 with regards to some keymaps: - `a`: creates a file and issues an `INFO`-level notification (which is safe to ignore for the...

I'm pretty sure you need developer options to use this, and probably even PowerShell 6+, see https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.1#parameters

Is it only for maintaining changes? There's an easier way to achieve that if it's what you're looking for. We just need to add the required logic to the post-update...

> Yes, this is only for maintaining changs. The post-update hook looks great. But how to get the `$INSTALL_PREFIX` specified by user, since we can't assume it as `$HOME\.local` How...

I have this snippet in my `profile.ps1` that I probably copied from SO ```pwsh function which ($command) { Get-Command -Name $command -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Path -ErrorAction SilentlyContinue }...

This server requires ruby 2.4 runtime or higher, please make sure to have that available and then try the server again.

can you guys provide a minimal set of steps to reproduce this? cc: our resident ruby expert @rebuilt

seems like this is the culprit https://github.com/puppetlabs/puppet-editor-services/issues/318