Johannes Neisener

Results 15 comments of Johannes Neisener

Simple test for `StackOverflowError`: `1500 factorial`

With c6bbb2d `factorial` works up to ~45000. From there on up it crashes with: `Uncaught exception at ..\..\src\share\vm\jvmci\jvmciRuntime.cpp:1488 java.lang.StackOverflowError`

@FrankEssenberger I wasn't super involved with this topic, but as far as I can tell the ADR looks good 👍

This cost me several hours, I finally narrowed down the problem for my case: The issue was the transfer-encoding. If set to `chunked` axios would throw the above error (on...

> You can enable capture on miss flag using hoverctl command line or while starting hoverfly. So `hoverctl mode spy --capture-on-miss` works for me, but I can't seem to make...

@kapishmalik all good, just wanted to make sure I'm understanding it right. I'm just going to set the flag via the REST API: ``` PUT /api/v2/hoverfly/mode { "mode": "spy", "arguments":...

By manually typing App key and App secret, I got the authorization process to finish, but syncing does not work. The root directory of my Dropbox got synced, but nothing...

What is the current blocker of this PR? Any way of contributing to a resolution?

> @johenning not sure how useful this feature is, but I can review it again. Just in case this was meant as a question: Yes that would be great. I...

We use Hoverfly for our E2E tests. We have multiple microservices that talk to each other directly and talk to systems outside of our control through Hoverfly. In PRs Hoverfly...