Vsevolod Strukchinsky

Results 27 issues of Vsevolod Strukchinsky

![screen shot 2014-10-27 at 5 59 35 pm](https://cloud.githubusercontent.com/assets/365089/4791067/278b2696-5dd9-11e4-89e0-833e58c07f71.png)

bug

All converted blocks should be auto-tested against current bootstrap library.

help wanted

We need readme.md with example of usage and checkboxed list of implemented blocks/features.

help wanted

Is there any benchmarks going on between this template engine and BH? I wrote one - https://gist.github.com/floatdrop/a6939fc043a6a38e08fc and result are quite interesting: ``` Benchmarking deep bemjsons... 2 tests completed. bemer#block...

I think [push force](https://github.com/nfroidure/buildbranch/blob/master/src/index.js#L78) to branch by default should be optional. Is there a reason to do so?

enhancement

Internal ip's (like `192.168.0.1`) is not useful in any way for server, so we often filter internal networks from headers.

enhancement

Initial draft of YDB support.

For now `minItems` and `maxItems` defined on `T` type and checks `T` inside. It is more concise to define them like this: ```kotlin @JvmName("minItemsIterable") fun ValidationBuilder.minItems( minSize: Int ) =...

This feature can be handy when you have two objects (state before modification and after). After retrieving paths for properties that changed we could check only fields that changed with...

Sometimes we need to attach additional meta-data to validation results (#48) and perform custom l10n for message (#2). Both tasks fits nicely into custom ValidationError types (also it is quite...