Nikola Svitlica

Results 22 issues of Nikola Svitlica

Since predefined prefix and suffix is "%" for message parameters, messages from validation constraints, eg: `'The mime type of the file is invalid ({{ type }}). Allowed mime types are...

This is more a note, rather then a bug report. -> We have a class instance (lets call it Patcher class) holding reference to all definitions (patched classes definitions) ->...

Hello, I am having trouble to find distribution as PHAR - is there any, or if not, is there a plan to offer this library as PHAR? Thank you!

In all programming languages, "const" means "a design time constant" which is immutable. But not for JavaScript, it is a variable that is a readonly within context. It is a...

Have you ever considered to integrate https://trac.osgeo.org/geos like https://geophp.net/geos.html did? Geophp seams very obsolete, with poor Composer and OOP support, while GEOS have a lot of useful methods, like touches,...

Consider example: ---------- file A.php ------------ use Some\Annotation as Annotation; abstract class A { /** * @Annotation\Cacheable() */ public foo () {} } ---------- file B.php ------------ abstract class B...

Known Issue

Doctrine entities can not be weaved - class metadata gets all messed up. Engine generates `Entity__AopProxied`, which is copy of original class, and then generates class `Entity` that extends `Entity__AopProxied`...

Bug
Known Issue

Seams that this library is missing function to validate given range, like: Ip::isValidRange()

It would be awesome to have D1 for point of reference here as well.

When using GoAop with https://github.com/symfony2admingenerator/GeneratorBundle exception gets thrown by GoAop complaining that it is impossible to find parent classes of autogenerated classes. This is normal and expected. Can be managed...

Bug
Documentation