Simon Templer

Results 81 comments of Simon Templer

> Add UI for specifying parameters Especially this aspect would be important IMHO. User's can't specify parameters w/o editing the alignment file.

Related ticket is https://github.com/eclipse-vertx/vertx-openapi/issues/82

A possible workaround for problems with the time zone is to set a specific timezone that should be assumed. That can for instance be done via `HALE.ini`, by adding an...

Note: In the Geopackage support Java 8 types were used and some converters already added.

@thorsten-reitz In discussion w/ @florianesser we came to the conclusion that this is not feasible for the upcoming release and that it would be good to implement it early after...

Did you already select a tool/library for integrating the containers in the tests? I can recommend [testcontainers](https://www.testcontainers.org/).

> Could you provide some guidance on what might be causing these failures and how I can resolve them? No clue at the moment what could be the issue. I...

To rerun the GitHub actions job when there were failures you can just open the workflow run and select "Rerun jobs" -> "Rerun failed jobs".

![image (1)](https://github.com/user-attachments/assets/2bc80def-e62d-492f-adb4-6d5d16635f16) Looking at the property definition in the screenshot I don't think the behavior is wrong for the schema definition. hale does not support multi-dimensional arrays or lists of...

@mgarbula If you use an XML schema to define the schema, then you need to use GML types to have a geometry binding in hale. Here is an example based...