Alex

Results 56 issues of Alex

Hi! Discussion issue about extend layouts functionality so they can accept args and params passed from the CLI (example taken from `tmuxinator`). ``` bash itermocil node-app my-project root=~/Dev/my-project ``` ```...

Sometimes when I type not fast enough in `diagnostics.tools` field (e.g. `bsb, merl`) I get hard error `Uncaught Error: Connection is closed.`. Something to investigate. --- **Atom**: 1.24.1 x64 **Electron**:...

Use-case: I use a [`no-neck-pain`](https://github.com/shortcuts/no-neck-pain.nvim) plugin, which adds two buffers on the sides. It doesn't work well with anything that changes layout, so I want to disable it when I...

When I annotate a function: ```reason type t = {x: int => int}; let _ = { x: [@log] x => { Js.log(x); x; }, }; ``` It wraps it...

Printer

### Did you check the docs? - [X] I have read all the which-key.nvim docs ### Is your feature request related to a problem? Please describe. I tried to disable...

enhancement

Usecase: ```reason module X = { [@react.component] let make = React.forwardRef(theRef => Js.Nullable.toOption->Belt.Option.map(ReactDOMRe.Ref.domRef)} /> ); }; [@react.component] let make = () => theRef->React.Ref.current->Js.log} />; ``` This compiles b/c `theRef` type...

As a continuation of the discord discussion regarding enums/unions exhaustiveness. Docs mention having exhaustive enums and unions is unsafe due to possible gaps between server/client releases. In the case of...

I skimed (pun intended:)) through the docs and didn't find the subject option. The use case: a program lists running sessions. If in the list, there is no session that...

Sorry if it already exists. But I didn't find one. **Is your feature request related to a problem? Please describe.** Kind of. It would be great to have a different...

enhancement