Mike

Results 99 issues of Mike

This is a feature request to expose `defaultExpiration` and `cleanupInterval` parameters of the customize cache such that they can be configured on metacontroller startup. Most likely as command line arguments...

enhancement
good first issue

goal is to minimize memory usage and allow horizontal scaling I plan to add more details/documentation. Just submitting as a draft at moment

### Problem The autocommand `OptionSet` with a callback setting a highlight group, clears the intro screen on startup. I tested on `NVIM v0.9.4` and cannot reproduce the issue. Originally reported...

bug
startup
highlight

When you `set background=light` the icon overrides are lost. See https://github.com/nvim-tree/nvim-web-devicons/blob/master/lua/nvim-web-devicons.lua#L1607 Demo: https://github.com/nvim-tree/nvim-web-devicons/assets/10135646/73132ff3-7b74-4b46-9fbc-5a9ea54137eb This doesn't seem likely to happen in a normal session so probably a low priority issue.

good first issue

`exa` is unmaintained now and `eza` is the successor https://github.com/ogham/exa https://github.com/eza-community/eza The README docs provide a comparison between `exa` and `erd`. https://github.com/solidiquis/erdtree#exa You should probably update the README to reference...

caught you 🙂

### What is the problem this feature will solve? When I am quickly modifying and saving shell scripts, especially those with references to other scripts, the number of shellcheck processes...

enhancement

I have an issue where code blocks are not displaying correctly in some of my nested lists. I am not sure if this is specific to lists or occurs in...

If you have an emoji at the end of a line, for example :tada: and the `demojify` flag set, then the next line removes the first space it encounters. ##...

This is a draft PR to get feedback on the approach. I referenced some implementations of stripping ANSI color sequences and added it to the logger. If this looks like...

enhancement
needs-review