Kevin Burke

Results 177 comments of Kevin Burke

Can you say in a bit more detail? You want to generate a file that looks like ``` Host foo # comment ``` But you can only generate a file...

This has been fixed by fe204ef364e0cbeb969255bf3e8fa70416a31ec6, I believe, and can be closed.

I finally have time to look at this today. I'm sorry for the delay. I would like to try to merge something by the end of the day. - Can...

OK, I merged 124166206d4a0bb6b065541711b51fda944e6ea1, which doesn't have DefaultAll and renames IsMultifileDirective to SupportsMultiple. Still open to ideas/merging future changes on both of those.

If no one cares about ssh protocol 1 then let's just ignore it or return the default for ssh protocol 2

Right, I did that and got it to work, the issue was more about the prompt for the help topic that doesn't exist. it seems bad to tell people to...

(To be clear, I'm not entirely convinced this is a good idea, but if anyone has input, go ahead and give it)

I ended up writing a helper myself... you can still pass raw bytes directly to pynacl

Hey just a heads up that this company is defunct now. Want to submit against my fork? https://github.com/kevinburke/generate-tls-cert

This code in http.go: ``` if rval := recover(); rval != nil { debug.PrintStack() rvalStr := fmt.Sprint(rval) packet := NewPacket(rvalStr, NewException(errors.New(rvalStr), NewStacktrace(2, 3, nil)), NewHttp(r)) Capture(packet, nil) w.WriteHeader(http.StatusInternalServerError) } ```...