Cheikh Seck

Results 11 comments of Cheikh Seck

Would it be possible to keep panics and catch them by deferring a call to function `recover`? I searched through the code, there are os.Exit invocations in vendor packages and...

These are the calls to os.Exit within `Derek`, there are more from vendor packages : https://github.com/alexellis/derek/blob/master/main.go#L34 https://github.com/alexellis/derek/blob/master/main.go#L40 https://github.com/alexellis/derek/blob/master/main.go#L47 https://github.com/alexellis/derek/blob/master/main.go#L55

Sure, I updated my previous comment with links to the corresponding line.

Of course, here is the OpenFaaS template I wrote a while back : (if ti looks good we can proceed with it. :D ) provider: name: faas # gateway: http://127.0.0.1:80...

Sure. Cheikh. > On Jun 3, 2019, at 2:46 PM, Alex Ellis wrote: > > Can you propose a PR? > > Alex > > — > You are receiving...

I reviewed the issue, this is what I'm going to work on : - isolate most of the main.go file (in package root) in a new sub package called handler....

Is there a `struct` for this future Go template?

I'll give it a shot, current contributors should also tackle this. I'll be looking at the Derek source code before making a suggestion. Thanks for the clarification! > On Oct...

Sounds good, although, I have a fork you can look at currently here : https://github.com/thestrukture/derek my attempt involved moving the go source code with suffix Handler to a new sub-level...