d4h0
d4h0
Thanks for the suggestions, @epage! For my current project I decided to just hard code some predicates, but I might give this a try in the future. Just to be...
@yancyribbens: From [the docs of `spawn`](https://docs.rs/rexpect/0.5.0/rexpect/session/fn.spawn.html): > `timeout`: If Some: all `exp_*` commands time out after x milliseconds, if None: never times out. It’s highly recommended to put a timeout...
This would be great. For reference: There is https://github.com/ratchetdesigns/ts-bindgen The README states "ts-bindgen is currently alpha software", but it might be a good starting point or project to contribute to.
I think I found good workaround that wasn't mentioned above. **Step 1:** Create a global Cargo profile in Cargo's config file. (Note: Not in the project `Cargo.toml` file, in [Cargo's...
[Twind](https://twind.style/) is another way to integrate Tailwind, which might make sense in some situations. Twind describes itself as `The smallest, fastest, most feature complete tailwind-in-js solution in existence` – basically,...
@gbj: Alright. I've actually mentioned Twind *because* the setup is easier (compared to Tailwind / if the tradeoffs are acceptable), and because Twind is more or less unknown, compared to...
After the [F# tree-sitter implementation](https://github.com/Nsidorenco/tree-sitter-fsharp) adds tree-sitter queries ([which some plan to implement when the grammar stabilized](https://github.com/Nsidorenco/tree-sitter-fsharp/issues/11)), we should have everything to add F# support to Helix. However, the language...
@Eliemer: And this doesn't result in error messages after most cursor moves, as I've mentioned above?
Thanks, @Eliemer. This sounds like there are no error messages displayed in the UI of Helix (which is what happened in Neovim). Maybe the messages that are logged as `received...
@LyonSyonII: Thank you! Somehow I missed / didn't realize that it works this way. I was able to get the simple `serde_json::Value` example fully working (or rather, compiling). With my...