Piotr Szymaszek

Results 5 issues of Piotr Szymaszek

There is an [eval call](https://github.com/szymach/c-pchart/blob/master/src/Chart/Data.php#L1125) that I really do not like. Needs to be replaced.

enhancement

There are multiple places when the result of `scaleComputeY` is used as parameters of function, that expect integers. This may yield unexpected results or errors.

bug

Hello beberlei, [Years back](https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues/140) you have proposed to introduce new configuration sources. I am curious whether this is something you still consider on doing or will you just stick to...

### Description Hello! Right now only functions from other namespaces can be imported (and `count` for some reason) with the `use function` directive. All other display the `cannot be resolved`...

PHP
kind:feature
needs:triage

Hello, I have a private library for handling translations, which works in a way where you have a translatable entity and a collection of translation entities for it, each for...