madelson

Results 133 comments of madelson

Thanks @drauch . If you don't mind, I'd love to understand a bit more about your asks in case I want to add anything to the library to cover these...

> We need both at the same time, an interleaved version AND a separate version for the same call, that's why we couldn't use MedallionShell previously. How were you doing...

The following worked for me: ``` string line; while (!command.Task.IsCompleted && (line = Console.ReadLine()) != null) { command.StandardInput.WriteLine(line); } ```

Hi @teomane thanks for your interest in the library! I wonder if the approach described here could work for you: https://github.com/madelson/DistributedLock/pull/65 This leverages native autoprefixing support from the Redis client.

Great. I’ll keep this issue open as a reminder to add a note about this in the documentation

@amnguye I'm not sure I understand why using an intermediate cache is invalid. The cache is just respecting the HTTP caching headers that Azure is returning. In my view the...

See https://github.com/Azure/azure-sdk-for-net/issues/31975#issuecomment-1318037594

See https://github.com/Azure/azure-sdk-for-net/issues/31975#issuecomment-1318037594

Hi @amnguye thanks for responding. > We're expected the request headers to be returned in a certain format. But when the cache alters those headers, that's when the error is...