Ignacio Calvo

Results 8 comments of Ignacio Calvo

I believe that you are looking for [Parameter Sets](https://github.com/mayuki/Cocona#parameter-set).

How about passing the Parameter Set to the command filters? For example as a property of `CoconaCommandExecutingContext`.

I think that adding an async delegate is more generic. I came here because I need that as a way to constructing an async command by myself (fiddling with the...

> And when I added the command for each entry I have received multiple items in the array. try to add "-t" before each item you are passing. @arklev, it's...

With a multi-project, multi-launch-profile solution, launching dap is tedious, because I always have to pick project & profile. Would it make sense to pass `use_default: true` by default to `prepare_debugger`...

> [@icalvo](https://github.com/icalvo) Are you using LazyVim maybe? There is some configuration that tries to automatically generate dap config for enabled languages. I had to modify it so that only easy-dotnet...

My vote for accepting this PR, telling apart scroll/frame markers is important in pages with lots of scrollable elements. Also, `gf` doesn't work on scrollable elements so `f` is the...