Aleksander Stelmaczonek

Results 10 comments of Aleksander Stelmaczonek

I prefer CIO's behaviour. If your main function finishes then your application does too, which I find natural and correct.

Hello, I'am facing exactly the same issue. Though in my project the constructor value provided is skipped and default value is used. I prepared sample project if it may help:...

Hello, we are using Pact Broker for pacts management and we are leveraging webhooks to implement automatic verifications. To limit the number of firing verifications, we create our webhooks on...

@samzee as already pointed out, the problem likely lies on the Jenkins side. In my setup, I am using GitLab pipelines. Given a pipeline trigger I create a webhook like...

@bethesque it took me a while but I have finally found the time to read about WIP pacts. It is certainly an interesting feature and fills the void in pacts...

A quick search did not yield any matching feature requests, so, as asked: https://pact.canny.io/feature-requests/p/trigger-webhook-if-pact-not-verified @bethesque you are correct in pointing that the actual issue is with our pipelines. However, I...

@bethesque I believe failed verification results are failed for a reason and no retrying would change that. So all we need is to trigger a webhook when there are no...

I think it is very likely caused by the engine underneath. Which one are you using? Personally, I have experienced something similar with Netty and Jetty engines. CIO seems to...

Faced this issue today when testing our setup scripts with docker-machine 0.14. To resolve this issue I wrote some hacky workaroud. Might help someone(requires scp on path): ``` scp=$(docker-machine --debug...

I'm having exactly the same issue as descriped by the OP, and it's caused by what is exaplained here: https://github.com/cursor/cursor/issues/792#issuecomment-1694772947 I seem to be running the venv python but it...