Charly Koza

Results 15 issues of Charly Koza

handle allowEmptyValue in schema for email / uri

Using `docker run --rm --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgis/postgis:14-3.2-alpine` AND `docker run -it --rm --link some-postgres postgres psql postgresql://postgres:mysecretpassword@some-postgres -c "CREATE EXTENSION postgis_sfcgal;" -c "SELECT ST_AsGeoJSON(ST_StraightSkeleton(ST_GeomFromText('POLYGON (( 190 190,...

this allows to send stops as an array, hence enabling linear-gradient overloading suppose you define: ``` custom-linear-gradient(start, stops...) //do stuff linear-gradient(start, stops) ```

See https://github.com/dokku/plugn/blob/3cb228fbfea4f76473b8b9bc7bd29f701f859a32/bashenv/plugn.bash#L53 `git checkout master &> /dev/null` does not work when no 'master' branch exists. (newly created github projects uses `main` as default) Seen here: https://github.com/dokku/dokku/discussions/5041 However to work around...

Using command line and options: ``` "stylusSupremacy.insertSpaceInsideParenthesis": false, "stylusSupremacy.insertParenthesisAfterNegation": false, "stylusSupremacy.insertParenthesisAroundIfCondition": false, ``` I'm not expecting parenthesis to be added : - `barBorderRadius = colorBarHeight / 2` to `barBorderRadius =...

enhancement

I probably put too many bugs in one bug, sorry

I have a question. It seems ST_SIMPLIFYPRESERVETOPOLOGY (from postgis, which documentation says it is performed by the geos module) sends varying data with some MULTILINESTRING inputs It also seems that...

Bonjour, il semblerait que plusieurs numéros de rues ne finissent pas dans les fichiers json exportés (http://bano.openstreetmap.fr/data/) par exemple : 51 Place De L'Hotel De Ville, 76600 Le Havre voici...

bug

La `Rue du Stade` ( 493311372T ) à `Segré` (49500) donne une position dans une ville voisine (Marans) lat: 47.636542 lon: -0.855651 Cette rue ne semble pas exister a Segré,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage