Alex

Results 56 issues of Alex

According to the internet, this is due to the Xcode test coverage setting, but turning it off doesn't make a difference for me, and I couldn't figure out which setting...

Because macOS doesn't show notifications when the app is active.

I need to add a custom attribute to a type generated via `strum_discriminants`: ```rust #[derive(EnumDiscriminants)] #[strum_discriminants( name(MyEnumD), derive(CustomDerive), CustomAttr = "value" //

`LazyVim` has [`LazyVim.lsp.rename_file`](https://github.com/LazyVim/LazyVim/blob/13a4a84e3485a36e64055365665a45dc82b6bf71/lua/lazyvim/util/lsp.lua#L121) utility that allows renaming file of the current buffer. In Rust file, when I rename it, it updates all the references to the file in the codebase....

### Did you check the docs? - [X] I have read all the noice.nvim docs ### Is your feature request related to a problem? Please describe. Current implementation hardcodes window...

enhancement
stale