Andreas Katzig

Results 9 comments of Andreas Katzig

I'm seeing this in the console logs of HFC: This happens obviously on Startup in the static NativeTransport constructor when calling RegisterIcall. I think this is not related to the...

Using the new Mono 4.2.2.30 seems promising. We got higher performance and no more crashes. I'll update you when we have collected more information and experience with 4.2.2.30

We have intensively tested our server with hfc yesterday by using load/stress tests. When using the managed Listener on Mono 4.2.1, we used to achieve 130 rps and 5% failed...

Ok, thanks. Regarding long polling requests - it should be able to recognize these connections, right? these could/should be simply closed then, whereas non-long-polling ones should wait until they have...

It's a Chromium Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=770769&desc=2 Here's an example how to make screenshotting long pages work: https://github.com/GoogleChrome/puppeteer/blob/230be28b067b521f0577206899db01f0ca7fc0d2/examples/screenshots-longpage.js Maybe this can get included into your Docker image @alekzonder ?

I created this, it should be working: https://gist.github.com/derFunk/10747ce60e965de5b771e96b7a4ba8f7 I extended the returned JSON to contain the created single image filenames with the 16k max texture size, and I also removed...

I encountered the same thing. +1 for fixing it.

I started working on it here and it basically does its job already. https://github.com/derFunk/iniscan/blob/junit-xml-output-format/src/Psecio/Iniscan/Command/ScanCommand/Output/Junit.php The only reason why I don't want to create a PR yet already is that there...

Same problem here. Did somebody find a reason/solution?