Mike Iversen

Results 103 issues of Mike Iversen

It appears that trying to use Default Box in a singleton pattern breaks it. See below for code and traceback ```python from box import Box _test_box = None class TestBox(Box):...

documentation

### Description This is a bit tough to explain and even harder to recreate, so consider this more a question than a bug (though it does appear to be one...

bug

**Is your feature request related to a problem? Please describe.** Telescope Utils contains a function called [transform_path](https://github.com/nvim-telescope/telescope.nvim/blob/01fc5a9274b553937bae3910e520732eb0a49bc6/lua/telescope/utils.lua#L213) that is utilized by various pieces of telescope (and telescope plugins such as...

enhancement

As virtual text is a bit constrained, I would like the ability to pick/choose which plugins actually display in my virtualetext area of neovim. I am not seeing a way...

I am unsure how exactly the internals of cokeline works, but I imagine someone here is familiar with the [Catppuccin theme engine](https://github.com/catppuccin/nvim). It looks like various UI plugins can integrate...

Hello! I am looking into trying to use luv's implementation of [`spawn`](https://github.com/luvit/luv/blob/master/docs.md#uvspawnpath-options-on_exit) but the provided sample code is unusable. When it is run (I've attached the example I am using),...

bug
document

This adds the ability to define which sources will be displayed in the `source_selector`. As neo-tree's source ecosystem grows, it probably doesn't make sense to have the `source_selector` display every...

### Description If you have a file with a truly awful file name (for example `hello world %^&*()_-="'.?|[{]}\`), Telescope barfs and drops an error in the input box telling you...

bug

This _may_ not be a bug, but it does seem incorrect. If you provide an absolute path (as a string) to `Path:normalize`, you will receive the file/dir name itself and...

While reading the Readme, its a little unclear how to get started _before_ diving directly into all the configurations I know nothing about. The readme reads with a bit too...