Dario Oddenino

Results 26 comments of Dario Oddenino

I agree completely! What would a more appropriate name be? `:sh-no-output` is not that much of a shorter alias. I think the corresponding bash ways to do so don't translate...

@diegovdc I'm using Variant to handle errors (see [here](https://pursuit.purescript.org/packages/purescript-simple-ajax/0.3.0))

I have a similar need. Purescript errors can be VERY long when there's a row type error. They get truncated and right aligned with the current diagnstics, making them almost...

It would be cool if the command could accept the command as an optional argument without opening the picker.

Yeah I agree, ideally the same letter for everything would be better. I wonder if the correct thing would be to replace the `[` `]` prefixes with something else, since...

Is removing quotes/double quotes from the selection an acceptable approach here? I wonder if it makes sense to have something "smarter" at work here. In this example one could have...

Another use case is that I need sometimes to do full rebuilds on Haskell and Purescript. On Haskell I'm sending a command to a running ghci instance (so I'm using...

I was giving a quick look at this, and I have it down more or less but I'm confused by something. We have both `lsp::DiagnosticSeverity`, which is what's stored in...

I've been trying this branch today. A few notes: 1. It's not possible to shrink a buffer all the way down by increasing the size of another one. For example...

> What's the current blocker for this? I can help finish the work if needed. > > Maybe we can provide only the commands for now, so users can bind...