Florian Esser

Results 24 issues of Florian Esser

When loading an XML project file, `DefaultProjectReader` prefers the file name information obtained from the save configuration over the actual name of the loaded project file when determining the path...

bug
io
confirmed

The current implementation for #331 supports partitioned output to multiple only in the GUI. Adding CLI and `Transform external data` support is not straightforward (see discussion in #400). Related to...

enhancement
io
pinned

Currently, `ExportProvider`s in hale support only a single target in form of a `LocatableOutputSupplier`. The `Locatable` interface supports only a single `URI` as a location. This doesn't cover use cases...

enhancement
discussion
core
pinned

When the XSD parser encounters an error like an invalid `schemaLocation`, only a generic `XmlSchemaException` is logged in the error report (see below). In case the XSD parser does provide...

enhancement
ux
needs info