jernejg

Results 6 comments of jernejg

There is now a new Degiro library every day :) Stay safe guys, do a proper code base analysis before you pass your Degiro credentials to any library that is...

What sourcery is Degiro using for real time data?? I can only see the traffic using low level network capturing tools, but nothing in Chrome or Mozzila dev tools. I...

Does does mean you can't use aws sam cli in your Jenkins pipeline if you have Jenkins running in Docker ?

Hey @vasicvuk I think the problem you are having is because of k8s as described here [gRPC Load Balancing on Kubernetes without Tears](https://kubernetes.io/blog/2018/11/07/grpc-load-balancing-on-kubernetes-without-tears/). We solved it by forwarding every outgoing...

My current workaround are hooks + parameter injection: ```csharp [Binding] public class GateKeepingTests { private readonly ExpensiveFixture _fixture; public GateKeepingTests(ExpensiveFixture fixture) { _fixture = fixture; } [BeforeFeature] public static async...

> I have a similar issue.... > > If I pull an image or build from an image not cached locally, it just hangs. No error is thrown. However, I...