Jonathan Arnett

Results 46 comments of Jonathan Arnett

I'm also having this issue, OS X El Capitan (10.11.5), NeoVim 0.1.4

Luckily for us emacsers, it appears that lsp-mode has [reverted that change](https://github.com/emacs-lsp/lsp-mode/pull/2766). Nevertheless, I did find the setup of the language server to be a bit odd since you have...

Hey all! I did some research into mix archives and escritps and here are my conclusions: - [mix archives](https://hexdocs.pm/mix/Mix.Tasks.Archive.Build.html#content), despite my enthusiasm, seem to be a poor fit. > Archives...

@lukaszsamson asdf isn't a packaging tool or distribution mechanism by itself, I only wanted to say that asdf works well with escripts, which _is_ a packaging tool, format, and distribution...

@hjpotter92 Yep, assuming they're not using the VS Code plugin which handles such things. The rest of us (emacsers, vimmers, etc) have to modify our `$PATH`s anyhow, and adding the...

Few implementation notes, feel free to correct me @lpil - Using double quotes `"` instead of backticks (a la JavaScript) `, the lexer will be a bit more exciting :grin:...

> discouraged but valid nested interpolation I'm assuming this is because the string interpolation is interpreted as a literal? Or do we want arbitrary expressions inside of interpolation? e.g. ```...

As a potential extension of this in the general notion of "things I expected to work in guard tests but didn't": arithmetic operators. For instance (contrived, again, of course): ```gleam...

@lpil mentioned in Discord earlier that this limitation is unintended, and should be fixed. The issue at least starts in the parser, in the `parse_const_value` function: https://github.com/gleam-lang/gleam/blob/a0d3cf1a0fa2a4bf821360470b8da7d1a18a55cc/compiler-core/src/parse.rs#L1931-L2027 The TL;DR is...

Better yet, we should support [EEP 48](https://www.erlang.org/eeps/eep-0048) so that our documentation can be viewed from Erlang, Elixir, LFE, etc shells. The actual organization and storage of this information will be...