Halfwalker
Halfwalker
I installed golang locally, and was able to build just fine ... It's the `rice embed-go` cmd that's failing. Here's the output from doing it via docker manually ... ```...
Ah, it's not to get goploader running in a container, it's just to use a golang container to build it - the **rice embed-go** cmd fails. Not sure what the...
It's mainly to be able to build in in a CI/CD situation - drone, travis or github actions etc. They usually run things in a container, so getting the steps...
Ideal would be if you could run ``` docker run --rm -v "/tmp":/output golang /bin/bash ``` then figure out the steps needed to build goploader in that environment.
I would VERY much like to have different gauges per cable. For doing an automotive harness there are always multiple different wire sizes, and wire types within the harness. The...
I kind of like the summary of gauges - it serves as a checkpoint. Handy to verify things, especially if you have a bundle of a LOT of wires. For...
Yup, definitely optional. A simple flag would work, and in fact I would both use it and not use it. Heh, I mean I would do one render with it...
That sample rectangle was just a crop from a commercial wiring diagram (Haltech). It doesn't need to be any specific style, just indicate that the wire has two colors in...
Thanks for the fast reply, and with a solution ! That image looks totally fine. It will be nice to hide the virtual splices, but that's pretty damn good as...
> > It will be nice to hide the virtual splices, but that's pretty damn good as it sits. > > I guess one major advantage with reducing the small...