James
James
The formatting fixes look okay, but these should be in a separate commit please. As for the big removal, some explanation about why you're doing this and why it makes...
FWIW, here's some info on single line comment matching: https://github.com/blynn/nex/issues/45
Interestingly enough as discovered in the source today it seems this is a known issue: https://github.com/blynn/nex/blob/542279eaf3d8a7f5cc0eb94780323acb490e51c4/test/nex_test.go#L367 =D
@marsjupiter1 If you'd like to suggest a patch, submit it as a pull request please. The current form is not something we can read.
@crayfishx So I'm ashamed to admit I don't know too much about this project yet, but got the feeling you were heading in the right sort of direction, and are...
@beddari We in https://github.com/purpleidea/mgmt/ are happy to be down with jerakia, and we're waiting on a longer discussion about if we can get events when data changes basically... A golang...
For "fun" I tried implementing an isomorphism algorithm myself, but it does not work when there are identical vertices in either of the two graphs. I'd love to have a...
@kragniz Much appreciated, AFAICT, bug is confirmed. If there was NO bug, you would expect to see: `Succeeded:true` in result1 and `Succeeded:false` in the result1.
@xiang90 I'm currently unemployed and trying to turn https://github.com/purpleidea/mgmt/ into something that can survive, so tbh, no :( I was hoping my clear bug report and easy reproducer would help!...
@mfycheng No idea, however reversing the operation (shown in my example by switching the comments off) makes things work. So if anything this is a mistake. I was fairly sure...