Justin Chase
Justin Chase
It seems like it could be the monaco editors, it probably can't handle more than one of this level of complexity. Something is hanging it super hard and the blue...
I would love to see a full example if possible, because I'm not able to figure out a few things. Like, in that same you linked to, there is one...
This line of code here appears to be part of the problem: https://github.com/Azure/azure-functions-kafka-extension/blob/320cb5994ce259d012ff7b1128bd515946e03164/src/Microsoft.Azure.WebJobs.Extensions.Kafka/Trigger/KafkaTriggerAttributeBindingProvider.cs#L115 It only seems to set it directly from the attribute and there is no extension for pulling...
I'm not sure how to solve it per se but basically it would be nice if the adapter could accept a string, a class or a factory function which gives...
> There is no way to pass an instance of an adapter because East fully controls adapter's lifecycle (connects it, disconnects it, etc). Except when run programmatically in another application....
Good timing! This may be relevant: https://github.com/EvolveLabs/electron-updater/issues/48#issuecomment-175260052 Basically I created an updater for electron which supports plugins but I'm backing off from the full updater portion of it. It is...
I just got bit by this also, I'm seeing this error: ``` 2022/09/27 15:36:54 [error] 1419#1419: *280958 [lua] certificate.lua:263: call(): failed to set DER private key: d2i_PrivateKey_bio() failed, context: ssl_certificate_by_lua*,...
Please, someone from the team drive this forward! Its a daily source of annoyance for me and trying to script around it requires so much added complexity. There is no...

@ShivangiReja That is very clever thanks. The actual url I need would be `localhost` instead of `.search.windows.net` could I change the host to be `localhost` in that same policy in...