spigo icon indicating copy to clipboard operation
spigo copied to clipboard

Simulate Protocol Interactions in Go

Results 43 spigo issues
Sort by recently updated
recently updated
newest added

I can't figure out the config to get a CNAME to work. I'd like simianviz.org to redirect to this github site and simianviz.net to redirect to the SPA at simianviz.divshot.io

bug
help wanted

root@n42-poweredge-8:~/spigo/src/github.com/adrianco/spigo/ui# npm run dev > [email protected] dev /root/spigo/src/github.com/adrianco/spigo/ui > node_modules/.bin/gulp dev Error: Cannot find module 'gulp-notify' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object....

bug
investigating

My friends and I have been playing around with spigo, and so far it's been great. One thing we’ve noticed is that for higher node visualizations, performance becomes a major...

enhancement
help wanted
UI

At present there is a fixed set of fsm, lamp, netflixoss, migration. However there is now an ability to load from a json spec and create a new architecture, so...

enhancement
help wanted
UI

See https://github.com/adrianco/spigo/blob/master/json/lamp.json for example Timestamps may not be written to the file in order, so first sort the input file by timestamp. Provide options to load the whole thing in...

enhancement
help wanted
UI

currently a big enough graph will leave the view of the page, we want to enforce adherence to the container size

enhancement
help wanted
UI

Uncaught TypeError: Cannot read property 'neighbours' of undefined. it is emanating from the following loop, any idea why is this happening? cola.js line 3332 Watch Expressions "i ": Object length:...

I know I can inject a shutdown error with configuring the arch.But I want to do it without any configuration. Is there any possibility to inject error dynamic when spigo...

> `abc@abc-Aspire-E5-471G:~/golang/gopath/src/github.com/adrianco/spigo$ go run spigo.go` > `# github.com/Shopify/sarama` > `../../Shopify/sarama/delete_records_request.go:96: undefined: sort.Slice` > `../../Shopify/sarama/delete_records_response.go:99: undefined: sort.Slice` How can I solve this problem?