Hendrik Wagner
Hendrik Wagner
Thanks for catching my error! I removed my PR.
Yeah, it seems to have been left untouched for a few years now... I wonder if it would be allowed to make a copy of this and just continue its...
Unfortunately they've only been active once over the past year, so that might prove difficult.
This could also be extended through exposing everything (`expose to myFuncB` - will act as if `myFuncB`'s Scope began where the exposing scope ended)
> I'd prefer this to be a stringly-typed function for maximum flexibility. I don't want to be limited by the compiler, but instead want to dynamically expose anything to anywhere...
> > > I'd prefer this to be a stringly-typed function for maximum flexibility. I don't want to be limited by the compiler, but instead want to dynamically expose anything...
> We could introduce "variable variables" (not the ones already defined), i.e. if `var foo = "x"!`, then `$foo` would resolve to variable `x`. This might fit best as a...
> I found a setting that works, at least for the abovementioned problem (replicas causing port conflict). Just leave the `published` ports unassigned (host-side ports), which forces [Docker itself to...