James
James
I'm going to reopen this as we should eventually take some time to revisit and see about if a port to this would make sense. Thanks again for your library...
It seems to pass, but if you look at the logs, it doesn't do anything to build the project properly, because important dependencies like `go-bindata` for example are not installed....
> 13:28:31 actions.go:625: svc[mariadb]: Watch errored: Unknown svc state: activating You've found another previously unknown state that we don't yet handle. This commit: https://github.com/purpleidea/mgmt/commit/fdd698dadea7061c119ebf612972546ebd630fab#diff-8bce8caa5fe7da7642f1fe04b8589616R185 was just recently added to fix...
@xet7 > Cool, of course I'll try to do my first pull request to mgmt !! Just a moment... Great! Some tips about some of our CI tests (and how...
@xet7 > Transaction is destructive What a weird thing! Well there seems to obviously be some sort of reason systemd is telling us this when it tries to start the...
@xet7 > mgmt does not start mariadb again. Once a resource exits with a permanent error, it will stop watching that service. It's a feature since in situations of permanent...
I fixed this panic, but it seems there's an occasional problem with the pkg resource getting stuck in `func (obj *Conn) InstallPackages` And then that seems to be blocking events?...
Here are a few misc. references btw: https://en.wikipedia.org/wiki/Graph_isomorphism_problem https://github.com/networkx/networkx/blob/master/networkx/algorithms/isomorphism/isomorphvf2.py https://www3.cs.stonybrook.edu/~algorith/implement/nauty/implement.shtml http://www.dharwadker.org/tevet/isomorphism/ https://github.com/igraph/igraph/tree/master/src/bliss The idea is to implement something straight forward that works, not to implement the most efficient 100,000 vertex...
@AdnanLFC I think you're good to go! Feel free to ping if you come across any implementation or design questions that you'd like answered. Thanks!
@AdnanLFC Any chance you're still working on this? Please let us know either way, thanks!