Minghe

Results 67 comments of Minghe

@mbesancon Yeah, I want to do in that way for other languages support at first, but when we do that it's not possible to deploy some function that has dependencies...

I am reviewing this big PR https://github.com/metrue/fx/pull/100 now, will re-evaluate this issue then check that out later.

Maybe this is want you want. https://github.com/CacheControl/json-rules-engine

@jeffthefate Yes, thinking about that, hope to have time to do it soon.

Looks like duplicated with this one https://github.com/AndreaMiotto/ActionOver/pull/11

It's an interesting topic, but I have a feeling it's not easy to make it with small effort. If we think of a middleware as a function which takes context...

> It is very good for the framework to have a nice validation library. However, I think that functions should be context object independent if at all possible. Second on...

>@usualoma: Since validation failures are literally exceptional, it would be nice to be able to handle them in app.onError, etc., without writing explicit error handling in the normal handler. >>...

> @usualoma > but I didn't want to write the following code over and over again anyway. Totally agree on this, to make life easier, maybe we make it like...