Olivier Masseau

Results 20 comments of Olivier Masseau

@amir20 Actually it is not 1.5m chars per line. 1.5 m is the total size generated in one second. Each line does not go above 5000 characters, but there can...

This is quite annoying when you start developing in Quarkus. It makes you think you have configured something wrong, and you lose a lot of time trying to figure out...

Fixed by setting to v12.22.12 in pom.xml

I guess ui-super-heroes/pom.xml in both zip files provided in https://github.com/quarkusio/quarkus-workshops/tree/main/quarkus-workshop-super-heroes/dist should have the node.version upgraded ? Or maybe those zip files should be regenerated ? Indeed I see that https://github.com/quarkusio/quarkus-workshops/blob/main/quarkus-workshop-super-heroes/super-heroes/ui-super-heroes/pom.xml...

Same issue here also. Annoying as hell as all my cpu is used by vmmem

> Do you have a proposal about conflict resolution? Perhaps file iteration order would be significant, with later files overriding earlier files? In my case the properties defined in the...

I'm currently not comfortable enough with the Infinispan library to send a PR, but I have suggested the idea to the Infisipan team just in case : https://github.com/infinispan/infinispan/discussions/12729 :)

Got the same problem. Cannot use more_set_headers in a if statement defined in an included conf file. I get this error : `nginx: [emerg] "more_set_headers" directive is not allowed here`

Ok actually I found this in the doc : ![image](https://github.com/openresty/headers-more-nginx-module/assets/11772429/807bce54-2ccf-4c99-89d1-26294b22deff)

+1. Having to disable cookies jar on each indivual request when you have hundred of them is just horrible user experience.