ando

Results 3 issues of ando

When running app engine on windows, the build fails with error: "isatty redeclared in this block" because `log/tty_windows.go` and `log/tty_safe.go` are both being built. Since `log/tty_safe.go` defaults to the windows...

I'm trying to run a pipeline on a Nerves device and it keeps crashing with reason: `{:shutdown, :handshake_error}` Pipeline: ```elixir defmodule MyApp.Pipeline do @moduledoc false use Membrane.Pipeline def start_link(options) do...