Olivier Masseau

Results 11 comments of Olivier Masseau

After reading this, I understand that it is not recommended to allow multi-tabs if using lua-resty-openidc, right ?

Test code to reproduce the problem: ``` public static void main(String[] args) throws Exception { String input = "C:/Users/maol/Developments/AOF/Tests/pdf/pdf-images/16-pages-of-text-image.pdf"; final ByteArrayInputStream bais1 = new ByteArrayInputStream(Files.readAllBytes(Paths.get(input))); final ByteArrayInputStream bais2 = new...

That would be a great feature indeed. Here our tokens last only 5 minutes.

After updating to 1.5.2, I just got banned today. I've only used the transfer list.

Got the solution here : https://stackoverflow.com/a/51592708/1879731 Still I'm not sure using sun.reflect.ReflectionFactory is a good idea as starting from jdk 9 classes in the sun.* package should not be used...

Same problem here. Google.com + Firefox -> Not working.

Indeed it would be very useful to have this feature. Most of the time we need JMS to be committed after the DB.

Well I have the problem with any kind of file. Even a simple file with one line of text such as the one attached. Encoding does not change anything. I've...

I think it is a problem with the scale feature of Windows 10. If I set it to 100% I don't have the problem. But 100% on a 4k monitor...

More infos: After analysing the containers generated logs, by downloading them, I can see that it generated ~1.500.000 characters per second (about 2MB of logs per second). So it seems...