Robison WR Santos
Robison WR Santos
Pls, update your evm to the latest commit and check if that solves the problem you were having. If not, please share the error you get.
I'll investigate and try to fix it, but it looks like evm's version of Erlang is trying to use your system's path to build the dialyzer. On Thu, Mar 23,...
If you do: ``` $ evm use 19.2 $ mv $HOME/.dialyzer_plt $HOME/.dialyzer_plt_system $ cd ~/erlang_programs $ dialyzer ``` Do you still get the same error? You can then go back...
Also, do you have your **LD_LIBRARY_PATH** set with anything? What's the result of `echo $LD_LIBRARY_PATH` ?
The plt file will have to be re-created/updated every time you move to a new erlang version. I think that one way to solve this would be to store the...
EVM was meant to be closer to ruby's RVM, which started as a simple script managing versions of ruby in the user's home directory. The EVM script has the same...
Sure, I can do that for you before EOD today. On Tue, Jul 26, 2022 at 10:00 AM Chris Kilding ***@***.***> wrote: > Fair enough, I think I'll be able...
I released version 5.0.2 (which is the same as current version of the script)
This didn't work for me. Tried many different approaches, but even passing all the params, as mentioned earlier, causes the same error: ``` Reflex Sampler#sample failed: No route matches {:page=>nil}...
Can you provide a minimum reproducible code? It is unlikely I will be able to do anything if the problem is incompatibility between versions, but if this is just an...