Nick Young

Results 6 comments of Nick Young

That's quite a lofty goal 😄 Not possible without a complete re-architecture of starship. A global timeout actually seems like a pretty reasonable idea. As an aside, right now we...

I've encountered a similar issue, it appears `rd_kafka_query_watermark_offsets` will block forever if the provided `partition` argument does not exist (i.e., Some value n which is greater than the partition count...

@JoseCarreira2018 - in the v4 SDK, you can try this: ```csharp var myDriveId = "xxx"; var myWorkbookPath = "some_folder/workbook.xlsx" var myTableName = "MyTable" var table = _graphClient.Drives[myDriveId].Root.ItemWithPath(myWorkbookPath).Workbook.Tables[myTableName]; // In this...

@JoseCarreira2018 - It doesn't work on 5.x, that's why I raised this as a bug. Yes, I've seen that code example too. It doesn't work. It's very clearly a broken...

Hi @inteon, Thanks for your interest. As mentioned previously, we use these certificates for signing access tokens - specifically, JWT access tokens. We do run cert-manager with a CA issuer,...

Hi @stusmall, (Sorry, I seem to have missed the notification for this). Sadly no, our certificates are still set to Never rotate. We haven't attempted to evaluate any further options...