-
Running KM functional tests with 0.9.5, looks like there's a couple of regressions:
![image](https://github.com/freemindlabsinc/FreeMindLabs.KernelMemory.Elasticsearch/assets/371009/252b71a8-8ed0-4…
dluc updated
6 months ago
-
If someone wants to match a string case-insensitive in a `Select`-Statement, he is more or less forced to convert the string to lower or upper case.
```
Select Case tagName.ToLower()
Case "a"
Ca…
-
When I run the newest server version (`4.13.0-2.24554.8`), I see the following warnings and errors in the LSP log:
```
[WARN][2024-11-05 10:34:02] ...m/lsp/client.lua:1016 "server_request: no hand…
-
I would like to propose the addition of new extension methods that allow collecting an `IAsyncEnumerable` into the immutable collections from `System.Collections.Immutable`.
The overloads below ar…
-
**Problem:**
Sometimes, it is useful to use arrays as keys in a map such as `Dictionary`. A motivating use case would be blockchain applications. Here, we often need to map a hash to some piece of …
-
Input type:
`class SchedulesResponse : Dictionary`
Output:
`Attempted to import IEqualityComparer``1 (System.Collections.Generic.IEqualityComparer``1[[System.Guid, System.Private.CoreLib, Version…
-
in .Net 8 new class was created to allow using lambdas anywhere that IQualityComparer is used. According to [https://github.com/dotnet/runtime/issues/101448](https://github.com/dotnet/runtime/issues/1…
-
### Feature request type
Performance improvement
### Component name
_No response_
### Is your feature request related to a problem?
Disclaimer: this is a BIG change and actually a paradigm shift …
-
[Log](https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-pull-100697-merge-2382c6b95790428b91/WasmTestOnChrome-ST-Common.Tests/1/console.1771950c.log?helixlogtype=result)
```
…
-
The current version of the [documentation of `EqualityComparer`](https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.equalitycomparer-1?view=net-5.0) contains this in its "Remarks" …