Hugo

Results 372 issues of Hugo

For example, to sort entries by line number, use: ```lua require("trouble").setup({ sort_keys = { "filename", "lnum", "col", "severity", } }) ``` The defaults remain the same. Fixes: https://github.com/folke/trouble.nvim/issues/65

I'd like to sort diagnostics by line number. I see that right now diagnostics are sorted by severity here: https://github.com/folke/trouble.nvim/blob/a2a7dbfefc5ebdf1a9c1d37e9df1d26a3b13c1cd/lua/trouble/providers/init.lua#L37-L47 That's done in an anonymous function. Do you think it...

This updates the examples to use the new lua mapping functions in neovim 0.7. `remap = false` is the default, so no need to specify `noremap = true`. `silent` has...

Rather than arbitrarily exclude some sets, install all the base system sets. In my case, my servers need some libraries from the X sets (which is quite common if you...

This is a rather common extractor; it extracts the JWT from the HTTP Authorization header, expecting it to include the "Bearer " prefix. This patterns is rather common and this...

I'd like to always show non-public endpoints (eg: those that require authentication). I don't see any setting for this, and can't quite narrow down where this filtering is done in...

Deleting a photo inside the mountpoint won't remove if from the device. The photo will stop appearing on the mountpoint (and there's no indication of failure), but it's simply "still...

Currently `exa` can't work as a drop-in `ls` replacement due to `-t` having a very different behaviour. However `-t` currently only work when used with a value, and is invalid...

When running `paru -U` repeatedly on the same file, paru will update the system package DB each time. This is slow and impractical when doing repeated builds of the same...

### Affected Version paru v1.11.1 - libalpm v13.0.1 ### Description When building a package for an unsupported architecture, I am prompted that the package does not support my architecture, and...