Paulo Renato

Results 47 comments of Paulo Renato

> Hm, unfortunately I can't reproduce that. My linux laptop doesn't have Erlang or Elixir installed. I hope this isn't what makes the difference. > I've updated some dependencies including...

I have updated the git repo, removed `deps` and `_build` folder, built the release again and the problem persists. The problem from the logs is that the port is already...

If you start the app in dev mode with `mix run --no-halt` , then close the window, you can then see that the shell it's still attached to the Erlang...

I can also replicate the issue with your app downloaded from https://diode.io/download/

I noticed that the app adds a menu bar and task bar icon from where I can quit and reopen the app later, but this isn't what I am using...

Maybe the problem is because you only shutdown the server on a `:close_window` event if the the task bar is `nil`? Code [here](https://github.com/elixir-desktop/desktop/blob/402f942531e4caa5eec0475b6686e1fddc9ac9d5/lib/desktop/window.ex#L539-L545): ```elixir if taskbar == nil do OS.shutdown()...

> For our diode.io app - what we're doing in addition though is that we're using epmd to find the running instance and bring it to the front when there...