Julio Sueiras

Results 34 comments of Julio Sueiras

Padding issues is mostly because of [maxWidth of message](https://github.com/RodrigoEspinosa/gitter-cli/blob/master/lib/ui/widgets/chat-history-message.js#L119-L133)

Okie, I am able to narrow down the problem ``` js messageText = messageText.split('\n').map(function (line, index) { // If is the first line, then leave it as it is. console.log('line:'...

## UPDATE The culprit is actually ``` js messageText = this.parseText(messageText, messageMaxWidth); ``` which it strip newline character (still checking if is marked is doing that or htmlToText)

another candidate could be [nix](https://nixos.org/), since it work on almost any distro(fedora silverblue will require workaround using [this](https://github.com/coreos/rpm-ostree/issues/337#issuecomment-620069234) though) and all the currently listed tools are in the repo already...

1) vagrant ssh is just to show case that I am in a clean fresh ubuntu (vagrant is a tool to create/manage vms), since the purpose to show how to...

will double check

K, I will take a quick look at ALE later today

@sandangel I actually started developing an LSP plugin for terraform https://twitter.com/juliosueiras/status/1124814166085312512 =) , it will support most of HCL2 features and will add more LSP features(document lookup, highlight,etc) first version...

Released =) https://github.com/juliosueiras/terraform-lsp

That is on the roadmap, but also this repo is deprecated in favor of [terraform-lsp](https://github.com/juliosueiras/terraform-lsp)