Vsevolod Strukchinsky

Results 50 comments of Vsevolod Strukchinsky

This topic is outdated. After a month of developing site with dependencies I started to wonder, if `deps.js` files is a legacy way to support dependencies.

@willingc can you reopen this issue? It hit me as well.

:+1: for passing object to Over. This allows optional arguments be notes more human readable, instead of `$_`. ``` javascript var f = Over({ "string, object?, function": function(name, options, callback){...

@matryer thanks, but I have very tense time right now at work.

> Hey, happy to help do we want to add this on the website? I would start with FAQ page – it has a lot of headings.

@manishrjain hey, can this be merged? glog pollutes our binary flags. Thanks!

I have working implementation of this here - https://gist.github.com/floatdrop/11de8d9de827f8ac11c1a1ae8260ccbd It contains solution for this issue, #8, #29 and #48, but changes behaviour significantly (for example – all checks are now...

@nlochschmidt I wonder if default behaviour should be changed to seqential (eg. fail fast) and `accumulate` modificator added to support getting all errors from validator.

I'm not quite sure, why `ValidationBuilder` should not give reference inside `init` block to the variable under validation: ```kotlin val validateAddress = Validation { it: Address -> Address::countryCode { validIsoCountryCode()...

@SinyakovYuri you will need middleware, that creates scope and closes it after request is sent to user. We are extending `KoinScopeComponent` for attaching resources to it and close them (but...