Saeid Akbari Bibihayat

Results 5 comments of Saeid Akbari Bibihayat

Sure... It's ClojureScript: ```clojure (ns myapp.cc.core (:require [reagent.core :as reagent :refer [atom]] [myapp.helper :as h] [ajax.core :refer [GET]])) (defn ^:export main [] (init-state) (reagent/render-component (fn [] [page]) (h/get-elem "app"))) ```...

Yes, it fails for optional commands as well, however, unlike your case, I couldn't find a workaround for this one! ```python #!/usr/bin/env python3 """ Usage: wg-tool info [options] ( |...

This is exactly what I wish for! Having a central place to monitor and manage all different containers running under various users is very useful.

I second this. Is there a specific reason the UNIX socket is not bind-mountable for the builder whereas it is for docker run?