Konstantin Polyntsov

Results 92 comments of Konstantin Polyntsov
trafficstars

You may make a function counting the items and pass it to [noAutoComplete]="yourFunction()"

Hello @oopsmails , A pull request is welcomed here. Feel free to make the update with test coverage.

@nbouvrette The URL is dead

Is there any chance to have an updated generator?

I implement xlsx template engine: https://github.com/optimistex/xlsx-template-ex It bases on exceljs. Try it. May be it will be useful for you!?

@11et401012 I implement xlsx template engine: https://github.com/optimistex/xlsx-template-ex It bases on exceljs. Try it. May be it will be useful for you!?

I implement xlsx template engine: https://github.com/optimistex/xlsx-template-ex It bases on exceljs. Try it. May be it will be useful for you!?

Слил твои изменения со своими: https://github.com/optimistex/expression/pull/1 И добавил тебя в соавторы.

Исправил здесь: https://github.com/optimistex/evalmath.class.php/tree/v1.0.2

Альтернативный вариант для достижения той же цели: ``` $math = new EvalMath(); var_dump($math->evaluate('square(x) = x*x')); var_dump($math->evaluate('square(10)')); ```