consolex icon indicating copy to clipboard operation
consolex copied to clipboard

Consolex is a tool that allows you to attach a web based console to any mix project

Results 3 consolex issues
Sort by recently updated
recently updated
newest added

For instance `IO.puts(IO.ANSI.blue()"blue!!"IO.ANSI.reset()` displays `[34myblue!![0m` but it would be nicer if this were converted to proper (blue) HTML.

Return any failure in the server connection with more details, apart from just "Shell could not start" Having a lager backend to log all commands that run would be handy

As of now the editor only support elixir, but no smart indentation. Also there is no support for erlang. The support for erl shell has been implemented and the editor...

enhancement