Leon Strauss

Results 13 issues of Leon Strauss

This completely replaces the `log` module with a module trying to achieve the following goals: - Have a very easy to set up global default logger - Allow custom log...

If explicitly enabled, nest should add command(s) to inspect mappings in some simple in-editor UI. There are some options to be evaluated on how to open them: - Floating window...

core-feature

Instead of the current ``` - nest.lua - nest-modules |---inspec.lua ``` it should probably become ``` - nest |--- init.lua |--- modules |---|---inspect.lua ``` so that `require 'nest'` still works,...

good first issue
refactor

With the `name` feature, we should also introduce optional `tags`, a list of strings that cascades down and helps with searching or otherwise working with bindings later on. ```lua {...

core-feature

This is a feature request, not a problem with an existing feature. I personally love `tmux` with `tmuxp` - I have a session running with neovim and some shells running...

enhancement

Configuring the di rule to `array` made eslint crash on me. The file is fine (and runs without problems), the error message looks like whatever it assumes to be an...

Bug
Rule
Hacktoberfest

There have been some discussions here and there (e.g. #1283 ) about middleware in `std/http`. I asked people for some days to post a concept idea and here it is...

suggestion