Ed Hemphill

Results 3 issues of Ed Hemphill

Maybe I am missing something here but... this is using npm install 0.17.2 ``` $ cat clone.js var gitteh = require("gitteh"); var path = require("path"); var temp = require("temp"); var...

Had a section of code which pulls a value from a zenq queue: ```go if dat := zenq.Select(b.notifyQ, b.writeQ); dat != nil { switch dat.(type) { case *bounceNofity: switch dat.(*bounceNofity).event...

Not sure this is a bug or my own misunderstanding of gorm: These models: ```go type HModel struct { ID string `gorm:"primarykey"` CreatedAt time.Time UpdatedAt time.Time // DeletedAt DeletedAt `gorm:"index"`...