-
It'll be necessary to implement a function to extract neighbours from a `TRI` object, or maybe even include them as part of it?
Also some work to do in `TRI`-land:
```
> rbenchmark::benchmark (
…
-
Original
![Original](https://i.imgur.com/GNtpMbd.png)
mdapt
![mdapt](https://i.imgur.com/Zoh53UM.png)
gdapt
![gdapt](https://i.imgur.com/ulLNWQy.png)
cbod
![cbod](https://i.imgur.com/iS98Lvh.pn…
-
First, this "issue" is really more of a request -thanks for extracting this functionality from lein-ancient.
A preliminary question: is this library intended to match the version comparisons performe…
-
### Component(s)
pkg/ottl
### Is your feature request related to a problem? Please describe.
The `flatten()` function is not able to flatten a map, which has conflicting keys after flattening. In t…
-
If the adjacency matrix of a `PropPreservingPartition` is always spatial (or transitively derived from a 1-hop spatial base), then memory and processing efficiency can be improved by storing a symmetr…
-
From what I can see in the code when capturing JPEGs there is no way to set the quality of the compression and the default compression is set to 90.
I will be great if we can specify the compression …
-
If it is relatively quick, it'd be nice to display directionality on edges (small arrowheads in each direction that an edge includes).
Short-term, adding the arrow-heads would be nice on any edge. …
-
We have some geometry code which would benefit from avoiding self-intersections after simplification. I tried to switch from the rdp algorithm to the `simplify_vw_preserve` function, and wrote some pr…
-
The vertical alignment of the subscripts seems to be off, which disrupts the readability of the formula. Here is the link of the code snippet: https://typst.app/project/rcUVH6fe_sLns_uLrFA4tE
# Exp…
-
around line 213:
if (overflow) { /\* no more space for new coeff lists; just set to the last color */
... }
it appears that in the good cases we never land here, but in wl_bug and in the 5…