hernan
hernan
I have the same problem. But with something strange, i can go to the documentation of a function if the company-mode popup is open and i press c-h, that opens...
The problem is how alchemist handle the docstrings with code. In the code you will see is extremely important the indentation to reproduce. You can **reproduce** this problem with the...
yeheeee the problems is inside the function `alchemist-utils-empty-string-p`: The regex for checking an input of only spaces `"^\s+$"` is WRONG if there is just ONE line that is empty it...
Pull request #293
@choptastic yehaa that solved the `{error,{"no such file or directory","sync.app"}}` problem. But now when: ``` rebar3 shell 130 ===> Verifying dependencies... ===> Compiling uf Erlang/OTP 20 [erts-9.0.4] [source] [64-bit] [smp:4:4]...
I can't figure out why the test of ``reminders_SUITE.erl`` on line 257 fails: ``` {ok, Channel} = db_channel:get(Email, Name), ``` test output error: ``` %%% reminders_SUITE ==> {{badmatch,{ok,200, [{,}, {,},...
Should I try to make `remind_router` more general, and make a `message_router`, capable of handle the 3 types of message we currently have? For that i will need to change...
I have the same problem but only if I run it via `sbt`, but if you run `g8` directly no error occurs: ```shell g8 playframework/play-scala-seed.g8 ```