Andy Gardner

Results 7 comments of Andy Gardner

I'd be keen to see debugging (stepping through line by line) in interactive notebooks too.

Thanks for the feedback, yes, I realise that it doesn't make sense to add to the cli, the reason I posted it here was the CLI runs nicely on docker,...

I'm not sure if it's related, but when I tried to create this rule (which is valid on [AWS](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns-content-based-filtering.html#eb-filtering-complex-example-or)) ```json { "source": ["myService"], "$or": [ { "detail-type": ["Event1"] }, {...

> > I'm not sure if it's related, but when I tried to create this rule (which is valid on [AWS](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns-content-based-filtering.html#eb-filtering-complex-example-or)) > > { > > "source": ["myService"], > >...

I'm also interested in this. What would be the recommended approach to getting tracing to include npgsql connections. I'm using [Dapper](https://github.com/DapperLib/Dapper) for my ORM, so getting instrumentation configured on the...

@andheiberg @gitstashpop I'm needing to connect to a backend server that only supports connections over TLS. Does anyone have an example of how to implement that? Down the line I'd...