-
Compute the Voronoi decomposition of the branch locus and use the resulting data to compute the monodromy group and basis for the first homology group. One benefit to this approach over the one curren…
-
In the [API documentation](https://pgdumplib.readthedocs.io/en/latest/api.html), in the section **pgdumplib.load()**, the line:
```
Load a pg_dump file created with -Fd from disk
```
should read…
-
Yesterday I got this error when I started up my PHP test script:
```
PHP Fatal error: Xee\SequenceIterator must be registered before Xee\Sequence in Unknown on line 0
```
`XeeSequenceIterator…
-
When you attempt to use `repository.QueryBy(string, CommitFilter)` and specify all branches as the IncludeReachableFrom parameter, a KeyNotFound exception is thrown.
### Reproduction steps
Add the…
-
# Problem
For testing purposes, we current copy PCES files into the state snapshot directory. Unfortunately, this feature was rushed and the implementation is prone to fail (race conditions). When …
-
This is just an idea, and I'd like to hear feedback @akhanf @royhaast @myousif9 @Bradley-Karat
I was thinking it might be nice to concatenate label-`hipp` and `dentate` output files (they would st…
-
It seems that currently diagnostics are sorted by file path. This order isn't very useful when one wants to refactor some low-level modules (and their API is changed), because higher-level modules get…
-
### System Information
opencv-python-headless==4.9.0.80
Operating System / Platform: Ubuntu 22.04 in docker
Python version: 3.11.9
### Detailed description
ploting a square with square hole…
-
If you have a parent node which contains multiple nodes of different dependency level, the node in expanded (normal form) will occupy the necessary dependency levels (I.e stretched wide across the gra…
-
When `prim "hash"` is run on `(seq 10; seq 10)` and `(\x (x;x)) (seq 10)`, the hash should be the same. In other words, it should not be possible to distinguish between a pair of two copies of a list …