Olivier Masseau

Results 19 issues of Olivier Masseau

It would be nice to add in the image the docker-entrypoint.sh file and the docker-entrypoint.d folder which are provided in the nginx official image and add it as an ENTRYPOINT...

help wanted

I have a ps file that contains PJL commands. If I convert it to pdf with the command line (Ghostcript 9.20 on Windows10 64 bits) it works correctly: `gswin64c -dNOPAUSE...

I'm using the high level API with the latest version of ghost4j (built from Latest commit 52cd8f2 on 5 May 2016) to convert pdfs to postscript The documentation says the...

There is a problem when parsing the device names to check if ps2write device is supported. Here is the content of the result variable on line 121: ``` GPL Ghostscript...

Hello, Is there any reason why JSONObject(int initialCapacity) is protected and not public ? When building a JSONObject from scratch it would be nice to be able to provide the...

Active discussion

Hello, Our application still needs to support Activiti 5, until we plan migrating to the latest version. We still want to be on the latest patch. Is version 5.23 official...

### Brief summary I cannot perform k6 browser tests for my webpage as I get these warnings that seems to prevent the javascript contained in my page to parse the...

bug
user request

Hello, I understand yStart but I don't understand what the yStartNewPage parameter is supposed to do.

question

I'm getting an error when following these instructions : https://quarkus.io/quarkus-workshops/super-heroes/#_optional_installing_the_web_application_on_quarkus When executing `./node_modules/.bin/ng build --configuration production --base-href "."` I get : ``` Node.js version v10.16.3 detected. The Angular CLI requires...

ui

https://quarkus.io/quarkus-workshops/super-heroes/#_bootstrapping_the_villain_rest_endpoint says : > Instead of the Maven command, you can use https://code.quarkus.io/ I wanted to do it this way (because maven 3.9.1 is not compatible with quarkus maven plugin)....