Alexandre Tranchant

Results 13 issues of Alexandre Tranchant

| Q | A | ------------- | --- | License | MIT | Packagist | [https://packagist.org/packages/longitude-one/meta-bundle](https://packagist.org/packages/longitude-one/meta-bundle) Creating a recipe for the longitude-one/meta-bundle , a free, small and open-source bundle to...

When user is registering, I want to verify that the "I accept Terms of Service" checkbox is checked. But I am not able to do it. Is it an issue...

Do **NOT** merge this PR into master! @rvanlaak , I'm trying to prepare a new version of your awesome bundle. A version only for symfony 5.4.*|^6.0 and Php 7.4.*|^8.0 ....

[Related to this subject](https://github.com/EasyCorp/EasyAdminBundle/issues/5587) **Short description of what this feature will allow to do:** After entity is updated, developers will be able to manage dynamic fields of a form. Form...

feature

There is no test for the next files: * PostGis: [SpScale.php](https://coveralls.io/builds/40810010/source?filename=lib%2FLongitudeOne%2FSpatial%2FORM%2FQuery%2FAST%2FFunctions%2FPostgreSql%2FSpScale.php) * PostGis: [SpTransform.php](https://coveralls.io/builds/40810010/source?filename=lib%2FLongitudeOne%2FSpatial%2FORM%2FQuery%2FAST%2FFunctions%2FPostgreSql%2FSpTransform.php) * PostGis: [SpTranslate.php](https://coveralls.io/builds/40810010/source?filename=lib%2FLongitudeOne%2FSpatial%2FORM%2FQuery%2FAST%2FFunctions%2FPostgreSql%2FSpTranslate.php) * Standard: [StConvexHull.php](https://coveralls.io/builds/40810010/source?filename=lib%2FLongitudeOne%2FSpatial%2FORM%2FQuery%2FAST%2FFunctions%2FStandard%2FStConvexHull.php)

good first issue
help wanted
PostgreSQL

MySQL 5.7 has reached end of life (Octobre 2023) : https://endoflife.software/applications/databases/mysql MySqlPlatform57 is already deprecated in doctrine/dbal TODO : - [ ] Trigger deprecations when users use it. (Version 5.1)...

MySQL

In PostGIS, there are two main types of spatial data: geometries and geographies. It is not entirely accurate to say that PostGIS geometries should not have latitude and longitude. It...

enhancement

https://github.com/longitude-one/doctrine-spatial/blob/24b57c09dde5722265b5886d1c3e75febce92468/tests/LongitudeOne/Spatial/Tests/ORM/Query/AST/Functions/PostgreSql/SpTransformTest.php#L116 When I dump the query, I got : ```sql "SELECT p0_.id AS id_0, ST_AsEWKB(p0_.polygon) AS polygon_1, ST_AsText(ST_Transform(p0_.polygon, ?)) AS sclr_2 FROM PolygonEntity p0_" ``` The dump of PHPUnit: ```...

bug
PostgreSQL

Fix issue #17

bug
enhancement

PHP Types: - [ ] geometric point Z - [ ] geographic point Z - [ ] geometric point M - [ ] geographic point M - [ ] geometric...

enhancement