mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
Adding '-verbose' will print out the allocation information for the deployment. This also changes the job run command so that it now blocks until deployment is complete and adds timestamps to the output so that it's more in line with the output of node drain. This uses glint to print in place in running in a tty. Because glint doesn't yet support cmd/powershell, Windows workflows use a different library to print in place, which results in slightly different formatting: 1) different margins, and 2) no spinner indicating deployment in progress.
flex - CSS flexbox layout implementation in Go
Go implementation of flexbox CSS layout algorithm.
A pure Go port of Facebook's Yoga.
How to use
Read tutorial or look at _test.go files.
Status
The port is finished. The code works and passess all Yoga tests.
The API is awkward by Go standards but it's the best I could do given that I want to stay close to C version.
Logic is currently synced up to f45059e1e6
How the port was made
You can read a detailed story.
In short: