Dan Gudmundsson

Results 91 comments of Dan Gudmundsson

Parsing crashes on sigils in this case: **~#string"** I'm lazy and have not even looked if it erlfmt is part of erlang_ls or an external dep. LSP :: Error from...

That is really strange. Which erlang version are you using?

Ok the problem seems to be `maybe` which is a reserved word in ERLANG-27, but should not be a problem with ERLANG-26 (which contains emulator version 14.2.2). 1. In Erlang-26...

This should be fixed in wings anyway to be able to work with ERLANG-27 which will be released in May or June.

``` git clone https://github.com/erlang/otp.git cd otp ./configure make make install ``` Ok that explains it :-) You get the master branch i.e. our current development branch which contains the work...

>Is there a safe way to uninstall Erlang/OTP from the way I did? I don't want to mess around with anything that could potentially stitch things up... Not really (sorry),...

The hardest path is installing the needed Ubuntu packages which changes with each version of ubuntu, you seem to have done that otherwise the compilation should have more failures I...

Ubuntus default erlang installations are often a generation to old, so it is often easier to build it yourself. But yeah, erlang solutions provided ones can work as well if...

nx only works with nvidia right? For now I would prefer to stick to Opencl and Opengl shaders, and not a third option. What do you want nx for?

My elixir knowledge is not great, and the last time I checked it was not the case but cool if they have fixed that. Adding additional building/install dependencies and/or problems...