-
TLDR: is there zero-width space in quad?
In some non-English languages such as Thai, there are no word boundaries. Particularly, whitespace is **not** a word boundary, but it is a sentence separato…
-
Geo aggregations and scripting cannot be supported on `geo_shape` fields until GeoShapeDocValues are supported. This is a companion field (e.g., `LatLonShapeDocValues`) that will need to be developed …
-
https://github.com/c-d/gravity/blob/31645ab20a9c0449865e420e15a3b5f4ca35384a/src/app/BHTree.java#L101
-
This is an optimization without any clear benefit/problem associated -> Low Priority.
## 🤔 Expected Behavior
## 😯 Current Behavior
The quadkey currently uses `8 bits for zoom level + MAX_…
-
Burndown list for an beta release:
- [x] Fix annoying crosshair/shader interaction - Appears to be an interaction with a certain resource pack
- [x] Chunk loading order & transparency sorting
- […
-
Just tested pffexport and the library itself on PST with two folders, each of the folder contains about 250000 items. Waited for about 20 minutes on quad-core CPU (just to open the file) and killed th…
thims updated
9 years ago
-
In case you were wondering why the current tests fails after merging here is the reason. With some deprecation of `networkx` module some tests directly fail (e.g., https://github.com/networkx/networkx…
-
Both the `Partition` trait and the structs `Tree` and `PureTree` could benefit from not being specialized to `Vec` as a container type for subdivision/branching. Some obvious types to use are `[T; 2]`…
-
### Proposed new feature or change:
Implement bilinear remapping in UXarray. Good paper [here](https://gmd.copernicus.org/articles/16/1537/2023/) by David Marsico and Paul Ullrich.
-
I experienced a hard Python crash on some real-life data. It turns out it's a call to `.minimum_spanning_tree_.plot()` when many points are exactly equal. A minimal example to reproduce:
```
import …