Antti Viita
Antti Viita
Ah, and I did notice I did invalid lookup to the .Net documentation. .Net Standard does not have the MemoryCache, so that must be why ConcurrentDictionary is used. So looking...
As for the thread safety in general. It would seem to me that `ConstantRegistry` for one would need work to be thread safe. And `FunctionRegistry` could potentially be even more...
To make it easier to spot possible workaround, I'll open up the use of "-c" argument a bit. (thanks @looterwar) So using "-c=" can be used as a workaround in...
> @aviita Look at the `Guard.IsNotDefault` method, I think `Guid.Empty == default(Guid)` so this method will work as you want. Thanks. Will do.
> Hey! Have you checked that the downgrade path described [here](https://github.com/actions/runner-images/issues/9115#issue-2067399524) makes your workflow functional again? Thanks for linking this. I was planning to check for workaround next. For now...
Also reproduces with `@microsoft/[email protected]`.
> The "correct" location of the configuration is actually part of the `extensionConfig` so it should be something like > > `extensionConfig["AjaxDependencyPlugin"]: { ignoreHeaders: [] }` Thanks, it did look...
And I think I got it working otherwise, but I likely still need to ensure the `X-Cache` header is also exposed to the frontend (with `Access-Control-Expose-Headers` in my response headers)...
Is this same issue or different one? None of the pages on this Azure Citadel seem to be scrollable on desktop firefox. Try here: https://www.azurecitadel.com/network/vdc/monitor/ Even some root cause for...
So the demo shown in DotNet conf 2023 with Teams bot searching github issues stored in Qdrant and answers formatted in gpt-4 is not available anywhere? Would really love to...