rhythmnewt

Results 14 comments of rhythmnewt

Also interested if anything is on the horizon.

+1 this is a much needed feature (update + multiple update)

I'd like to mention additional caveat for the done() function that should be documented. If you supply only 1 deferred $.ajax() parameter, then the call back will receive arguments in...

I have hard time translating what is written there into these two cases: Single $.ajax() call. ``` $.when($.ajax()).done(function(data, textStatus, jqXHR) {}); ``` vs multiple $.ajax() calls ``` $.when($.ajax(), $.ajax()).done(function(args[]) {});...

You're right, $.when documentation describes it to the "t". Was expecting (maybe wrongly) the explanation under done() though. Thanks for the reference.

Any idea when the functions host can be updated with Application Insights 2.17.0?

@SV-ZeroOne Have you considered using redis as the cache layer for key vault secrets? Granted, that's an additional dependency and expense, but it should improve the throughput. I am planning...

Getting correct binaries fixed my runtime issues: Dockerfile steps for anyone struggling with the same thing. Insert after copying your .net bin/ to /app ``` WORKDIR /tensorflowlib RUN curl -fSsl...

Seriously? It's been FOUR MONTHS since this was reported and no updated nuget package with fixed binaries???? SMH