Jean Mertz

Results 58 issues of Jean Mertz

### Problem I set the following config: ```lua vim.diagnostic.config({ underline = false, }) ``` Which turns out disables the `DiagnosticUnnecessary` highlighting (e.g. graying out) of unused variables. It took me...

highlight
diagnostic

I've added a certificate using one user, with `deis certs:add ...`, then as a different user, I want to attach this certificate to an application's custom domain, but when doing...

enhancement

This is a revival of https://github.com/collectiveidea/json_spec/pull/36. I took most of that PR, cleaned up some things, and made it work against current HEAD. credits go to @blowmage.

I [asked this on Reddit](https://old.reddit.com/r/firefox/comments/fd03pm/extension_request_add_container_name_to_window/) before, and someone suggested I'd post it as a feature request for ReTitle: I would love to be able to add the name of the...

🦊 Firefox

### Neovim version (nvim -v) v0.10.0-dev-7f9fc2f ### Operating system/version macOS 14.1 ### Add the debug logs - [X] I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below....

bug
P2

**edit**: See [latest comment](https://github.com/ActivityWatch/aw-server-rust/pull/486#issuecomment-2173660621) for the updated design. I made a small change to the server, to support regex-matching against specific labels in the event. For example, on macOS, Messages.app's...

Due to the `semver` submodule, I was unable to include this plugin in my Nixified Neovim setup. This is because Nix doesn't checkout submodules in a Git repository (and the...

### FAQ - [X] I have checked the [FAQ](https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt) and it didn't resolve my problem. ### Announcement - [X] I have checked [Breaking change announcement](https://github.com/hrsh7th/nvim-cmp/issues/231). ### Minimal reproducible full config...

bug