Vladyslav Pekker
Vladyslav Pekker
Didn't help :(
command: hide_panel {"cancel": true}
No I'm only using the one you gave me. Here are all my keybindings: ``` [ { "keys": ["ctrl+b"], "command": "goto_definition" }, { "keys": ["ctrl+`"], "command": "toggle_terminus_panel" }, { "keys":...
Btw ESC does not close terminus when terminus is in focus, but I believe this is the default behavior. However as soon as it looses focus and I have a...
Yeah I was afraid you would say that. Let's hope that you can figure out something magical to make it happen ;) Thx for your work on this btw. It's...
Even though this never happened to me (yet) I do see value in it, thx ;) Btw it's `ctrl+w` for windows/linux.
Any updates on this one? :)
Thx, done.
@bishabosha cool so does this mean that this issue becomes a feature request/improvement to encode typeclasses in cats differently (i.e by using the Scala 3 style extensions)? On the other...
> but it should stay possible to keep the type narrow if required Isn't it enough that it's possible to keep the type narrow via `new Maybe.Just(1)` as opposed to...