DamianAtWork
DamianAtWork
Currently we make them available internally on some file share and then we have some build scripts that properly setup the environment. It typically involves overriding the defaults and discovering...
> In this example I used `127.0.0.1` just to try things out, but maybe you can use the IP address of your server? > > * curl config file: https://ec.haxx.se/cmdline/cmdline-configfile...
> > we don't really have an http endpoint to grab these from as far as I can tell > > Interesting! So what kind of URL/scheme are they availble...
I like the idea. What we are looking for is pluggable flexibility and this would certainly cover that.
So when I ran this I got the following: > let elmPath = "\\netshare\dist\fsf\PROJ\elm-compiler\0.19.1\common\elm.exe" Thrown: > fs.readFileSync(elmPath).length Thrown: TypeError [ERR_INVALID_ARG_VALUE]: The argument 'path' must be a string or Uint8Array without...
> Looks like you forgot to double up all backslashes? > > ```js > let elmPath = "\\netshare\\dist\\fsf\\PROJ\\elm-compiler\\0.19.1\\common\\elm.exe" > ``` You were right, that fixed it. And I get back...
Oh man, this would be so amazing. Thanks so much.