-
```
[formerly a comment in Issue 73: Fix schema.View.define decorator]
I've had a go at implementing reduce functions using this decorator (after
having applied the patch from issue 73). Basically, …
-
This scenario should give a more helpful error message
```
exception during macro expansion:
[error] java.lang.UnsupportedOperationException: empty.reduceLeft
[error] at scala.collection.Travers…
-
In daily development, the Map, Filter, and Reduce functions provided by FP are indeed very useful, but there may be identical elements in the arrays or slices used in business, so I have to deduplicat…
-
Would be nice for function composition to be able to provide a list of functions that will be applied in order in a single `map_blocks` or `map_overlap` operation. This is useful for reducing overhead…
-
It seems at some point, we broke the preloading of maps (the fact that we preload the map files of the exits of a map to reduce the loading time when changing of maps).
Note: if we fix this, we nee…
-
Tables in zookeeper are conceptually organized as a `Map`. A lot of code in the Accumulo client needs the inverse `Map< TableName, TableId>`. There is complex code in the Accumulo client related to …
-
hi! thanks for the great geolibs in rust which i'm currently porting my js app into.
i've encountered that get_leaves appends points from completely alien clusters. This happens only when the obser…
-
Calling load_dictionary on the json file provided in the documentation (https://cran.r-project.org/web/packages/ricu/ricu.pdf) (page 34/35), yields this error:
> ! Cannot merge concept 'glu' due…
-
## Background
The relabel rules from the `discovery.relabel` component tend to have a high learning curve, and where complicated rules (such as only including targets where two conditions A and B a…
-
# 🧐 Problem Description
Currently, creating a training dataset with Fast-LLM involves a multi-step, cumbersome process:
1. **Organizing Datasets:** Start with a collection of memory-mapped Megat…