Alex

Results 145 comments of Alex

@robrecord @noirbizarre sorry for the delay. Too much on my plate right now. I will update it as soon as I have time. Can't break my workflow when I'm in...

Should be fixed in `0.4.0`. It would be cool to add a keymap to delete `EXITED` sessions from the main screen, but I don't have a bandwidth for it right...

Actually, it's not specific to functions. If I place it in front of `switch` it does the same thing.

Came here to report an issue with `@this` as well. [Playground](https://rescript-lang.org/try?version=v11.0.1&code=C4TwDgpgBMBQsAEDOEB2ATWEAewICdUBDAGygHtUAuKAClihgBoGplh8BLVAc1YG1WjAD5QAxEVrAoAXgB8UAK6pOwAJRCoosQCNaCYAAtOSOtPlKV6jYwC6LNbIXmoAIkqugA) ```rescript type t @send external on: ( t, @string [ | #a(t => unit) | #b(@this (t => unit))...

It seems like in the current stable, it is all or nothing. You can have it either turned on ```json "show_copilot_suggestions": true ``` and it auto pops up as you...

Yeah, this is why we check backend version to prevent stale clients from pinging servers.

Sorry, my notifications on GH are `/dev/null`. I'm actually on `1.0.4` at the moment. But TBH I'm thinking of switching to OpenAPI, as the amount of ceremonies when passing sum...

I tried all the popular jump plugins and settled on [pounce.nvim](https://github.com/rlane/pounce.nvim). In contrast with label-based options, it allows to type a target word and do the jump. I find it...

Hey @jpuri, sorry for the long answer. I have common use-case: for example I'm using SASS (Stylus, PostCSS, whatever) to manage my styles. In these envs I have variables, mixins...

@nikgraf My turn to apologize for late reply. It's really awesome news about class based system! According to contribution: due to my current workload on current company's and oss projects...