nick

Results 70 issues of nick

The readme states you could uninstall tools, yet there is no option to do so? Is it done implicitly? Has the explicit command not been implemented yet?

enhancement

`clap` has recently integrated `structopt` directly via the `derive` feature flag. As `structopt` is now in [maintenance mode](https://github.com/TeXitoi/structopt#maintenance) it should be preferable to make the switch.

enhancement

I believe the gif should be self-explanatory enough. This bug happens every time and is very easy to replicate. https://gyazo.com/6b1d41e0df6d247fa9b2c95535a98569

A while back Windows came out with a new feature that allows users to select the default terminal app. So far it seems that only the [Windows Terminal](https://github.com/microsoft/terminal) supports this....

help wanted
H - windows

I'm trying to deserialize an ISO 8601 date which includes a trailing `Z`. Weirdly enough, the deserializer doesn't seem to support this and going further into the code, it seems...

I've been interested in this project and looking back every once in a while to see if there have been any changes. Unfortunately, all I can really do is look...

StyLua currently adapts to how you define tables and it preserves that style when it formats. I'd rather StyLua automatically determine the format of a table depending on the size...

Try formatting this function ```lua local function foo() local bar = 'baz' end ``` It will result in this ```lua local function foo() local bar = 'baz' end ``` Where...

bug
hard

`winapi` is a community-maintained crate for windows bindings that has received only a single update in the last year. Microsoft has officially released their own set of bindings providing both...

[nvim-oxi](https://github.com/noib3/nvim-oxi) is a new library for interacting with neovim directly from Rust. I know `vim-markdown-composer` also supports vim (which `nvim-oxi` does not) but I thought it'd be worth mentioning since...