Tobias Sauerwein
Tobias Sauerwein
I am confused about the way Colander handles None values (or not handles None values) during the deserialization. For example: ``` class Person(colander.MappingSchema): name = colander.SchemaNode(colander.String(), missing=None) schema = Person()...
**Is your feature request related to a problem? Please describe.** There is the new conflict strategy `replace`, which removes jobs with the same `unique_args` from the queue and adds a...
When using the `createDataSource` processor, the dependencies are not resolved properly. For example a `forwardHeaders` processor might not be executed before a `createMap` processor inside the `createDataSource` processor.
The recommended way to translate a JasperReports template is to create a properties file for each language (e.g. `locale.properties`, `locale-fr.properties`), to set the `resourceBundle` property in the template and then...
Right now when sending a mal-formatted or wrong print request, you are getting the full stacktrace.
I have a point symbolizer with an external graphic, which is inside the project folder: ``` "layers": [ { "type": "geojson", "geoJson": "file://resources/geojson.json", "style": { "version": "2", "graphicWidth": 32, "graphicHeight":...
Removing and searching points does not work properly. I think the problem is that the width and height of the rectangle for points is 0. For example the rectangle used...
The API Reference states that RTree.remove returns "the number of objects deleted from the R-Tree". But actually an array of leafs is returned. Btw. thanks for this great library!
I'm trying to define an optional request header like this: ``` #[utoipa::path( put, path = "/some-path", params( ( "X-Request-ID" = String, Header, required = false, deprecated = false, description =...
**Description** Changes proposed in this pull request: - Adds a configuration `show.messageExamples`, which when `true` also shows examples for the messages in the `Messages` section (and not only for the...