-
Ingesting data into manticore based on a changing dataset is challenging with the ID field being the only unique data constraint. Constraints are a powerful tool for identifying conflicts for insert v…
-
Curious as to how well a one round 32 bit hash could perform, probably not great, but I can think of a few uses for it, like folding multiple coordinates into a single integer before using a more robu…
-
The following diagram takes more than 30 seconds to produce an image:
```
+-------------------+
…
-
## Current behavior
- Szudzik and cantor pairing functions are raising RuntimeWarnings for np.nan.
## Expected behavior
- Should not raise.
## Steps to replicate behavior (include URLs)
…
-
It is currently possible to parse more variants than can be placed in intervals.
Requires
- `gimble._set_intervals()` to be called before `gimble._set_variants()`
- filtering of variant position…
-
Assigning comparison functions with strings.
## Current behavior
- `gval.compare.compute_agreement_xarray()` currently accepts the `comparsion_function` argument as callable or a string for the "p…
-
Explore alternative pairing functions such as dictionary based pairing function.
Related to #24 and #25.
## Current behavior
- Only supported pairing functions for categorical data types is cantor a…
-
Dealing with element-wise comparisons that have NDV and a value pairing.
## Current behavior
- Element-wise pairing with value-value pairs yields a value.
- Element-wise pairing with NDV in eithe…
-
Per a conversation on Discord with tettinger:
```CSharp
public override int GetHashCode()
{
int x = X + 3, y = Y + 3, n = (x >= y ? x * (x + 2) - y : y * y + x);
return ((n ^ (uint)n >> 1…
-
Hi, @Alexey-T. I'm using the following API (Editor.attr) to color memo chars. I need to color it char by char. (len must be 1)
```python
self.memo.attr(MARKERS_ADD, x=x, y=y, len=1, color_font=fg,…