You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course it's possible to pass env vars via export etc, but this is prone to shell escaping/whitespace etc etc. Would be awesome to pass a dict of env vars to be mixed into the shellac environment, like the .in() currently does.
Of course it's possible to pass env vars via
exportetc, but this is prone to shell escaping/whitespace etc etc. Would be awesome to pass a dict of env vars to be mixed into the shellac environment, like the.in()currently does.