Reznichenko Vladimir
Reznichenko Vladimir
Hello! I eventullay discovered that ts loader won't load modules from node_modules for some reason. For example, i have some entry file, like this, and tere is ```@somespace/foo/index.ts``` file: ```typescript...
Hi! I want to do my integration or e2e tests wit peridot, please add an example of using it with symfony2.
Hi. Interface segregation says: dont depend on something you dont need. Why not to add an interface that can only get current page itmes, nbPages, nbItems but without getPageX stuff....
``` php function twig_round($value, $precision = 0, $method = 'common') { if ('common' == $method) { return round($value, $precision); } if ('ceil' != $method && 'floor' != $method) { throw...