Caleb Lloyd
Caleb Lloyd
The fix for stream closing was required to correctly implement the test, so that is why I put the fix and the test in the same PR as opposed to...
Thanks for the review! I agree, once `session.close()` implements graceful connection closing the pending request should attempt to be completed, and there should be no error on the request with...
Should be fixed by #883
It's already enabled via the headless service, example: `nats-headless:7777` Also you want to scrape each pod, not just 1 pod via a ClusterIP Service.
Ah, maybe we should go ahead and add it to the Headless Service port list if its enabled then. If you're not doing any network policy it should still work...
Support for oneOf query parameters may be needed in `kiota-dotnet`: https://github.com/microsoft/kiota/issues/6185
Going to mark this as draft, I'd like to do 2 things: 1. Write a microbench to make sure this actually results in a performance improvement. Since `Nullable` isn't a...
Yes, for sliding window updates. I think it is working fine here, had to cast to the concrete implementation though: https://github.com/code-cargo/NatsDistributedCache/blob/4a4e7ed84e22df9e969597ee6df226333d9f5e4d/src/NatsDistributedCache/NatsCache.cs#L349
True, I don't think sliding expiration is technically supported by the server. But it can be achieved by doing a Get, followed by an Update with Optimistic Concurrency Control on...
I did get it working in a fork: https://github.com/boxbuild-io/actions-languageservices/commit/077fb2b58dfd2cca3d6e3df1fdf9e26e75db24ae However it uses higher TypeScript and Node versions than this repo currently supports: - TypeScript 5.x `"moduleResolution": "bundler"` (this repo is...