Amit Goldberg

Results 13 comments of Amit Goldberg

Sorry for annoying but, any update on this? :) I am planning on creating some bot to shorten links directly from Slack.

Totally agree with @atumas-bananamilk, a major point of a link shortener service is the integrations between other systems and the service. @steven-tey is it possible to get a time estimation...

Same for `spawn_shell`; ```elixir %Proc{pid: pid, out: {:send, out_pid}, err: {:send, err_pid}} = Porcelain.spawn_shell(command, out: {:send, self()}, err: {:send, self()}) IO.puts "out pid is #{inspect out_pid}, err pid is #{inspect...