Mike Adelson

Results 23 issues of Mike Adelson

When using this library, it seems like you often need to specify both M and LevelLambda, but the two values are typically related. It would be nice if you could...

Minor usability request. I feel like empty graphs should be searchable as normal, just returning an empty result set. This is useful for applications where you are building up the...

I'm not 100% sure this is a bug, but I don't understand why any node in the graph would want self-links or duplicate edges. Here's a unit test which demonstrates...

Looks like all the tests in SmallWorldTest.cs fail. I tried increasing the K parameter from 20 to 30 and now some of them pass reliably, but some still fail.

**Description** I'm used to working in languages with async/await and so I was excited to discover `Coroutine::of`. However, after using it for a bit I find the behavior where `yield`...

Given that you already support providing a custom `ISpatialIndex`, it would be great to support arbitrary point types with any number of dimensions and arbitrary distance calculations. Is that something...

### Source/destination types ```csharp record R([JsonProperty(Required = Required.Always)] string A, [JsonProperty(Required = Required.Always)] string[] B); ``` ### Source/destination JSON ```javascript {} ``` ### Expected behavior Deserialization error because the required...

Thanks for creating and maintaining this great library! ## What would you like to be added: Today, `ModelToEncoder` calls `ModelToEncoding` which statically initializes a dictionary of 7 encodings. 6/7 are...

### Feature Proposal I am adding some charts to my website which will get viewed on various different devices and screen sizes. Generally the default aspect ratio of 2:1 works...

type: enhancement