George Jiglau

Results 40 comments of George Jiglau

Ideally, the code should contain the function call, and (optionally) a function using the parameters, though, I don't think this is really necessary. The code would then be pasted in...

Yes, that would be the exact usecase.

Yes, I've currently resorted to using semicolons, but it makes reading the .fac harder, especially for more commands.

I've currently removed the `builtins.trace` from my nix files, and print which host is being built in my [own deploy script](http://ix.io/3T0V). But I believe fufexan's solution might be good enough,...

I rebased my commit onto latest master, any chance to get this merged?

The main benefit of having a docker image is the ability to run upspinserver in kubernetes. It would be great seeing a helm package as well.

Have you managed to solve this issue?

Because I also need to build crates that have dependencies specified at paths, I've come to the solution of actually modifying Cargo.toml before passing it as a source to naerks...