Slava Oliyanchuk
Slava Oliyanchuk
@tadatuta @zxqfox @veged can anybody explain to me why we still need `flush` option? P.S. Issue resolved.
@blond good. Оne dependency is better than two.
cc @veged @mishanga @st-lukas
I think no. Current behaviour looks like a bug.
In the other hand, this behaviour is quite comfortable for those who want to match to all entities (blocks and elems).
TO ALL: А чем вот так плохо? https://goo.gl/ABfIlj ``` js // Templates var toAll = function toAll() { return { who: this.ctx.who }; } block('*')( attrs()(toAll), elem('*').attrs()(toAll) ); // BEMJSON...
@zxqfox Nope
@mikhailrojo > А какую длину брать too long? нужно проверить начиная с какой длинны урла (которая зависит от количества кода в текстариях) гугл шорткатер отвечает ошибкой. > нужно все что...
@f0rmat1k escaping or `contentSafe`? It’s opposite things. Escaping any fields means you don’t trust it’s value. But naming the field `contentSafe` we assume that its content is safe and it’s...
@lovasoa could you pay attention to this change please? This is not just optimization. `initialDbSize` allows us to merge several tables in a acceptable amount of time. The union is...