Marwan Khalil

Results 4 comments of Marwan Khalil

> ... has been removed from the response because it is invalid java.lang.IllegalArgumentException: The Unicode character [?] at code point [32,599] cannot be encoded as it is outside the permitted...

try setting `JAVA_TOOL_OPTIONS=-XX:MaxRAMPercentage={percentage here}` as an environment variable as a workaround for now e.g.: ``` docker run -d \ -p 8080:8080 \ -e JAVA_TOOL_OPTIONS=-XX:MaxRAMPercentage=75 \ frooodle/s-pdf:latest ``` or ``` version:...

While the basic health checks would help when it comes to things like #531, what comes to mind is PRs which introduce new features or extend existing ones. Pushing an...

Looks good to me, closing this PR. I would suggest changing the versionNumber step to: ``` - name: Get version number id: versionNumber run: echo "name=versionNumber::$(./gradlew printVersion --quiet | tail...