Sergio Siccha
Sergio Siccha
Add link to nerdfonts.com. For me the plugin didn't work out of the box.
In a break loop, according to the manual `DownEnv` and `UpEnv` move through the function stack and `Where` should adjust its output to where we are in the stack. However,...
If GroupWithGenerators is called with a list of MatrixObj matrices which are not compressed matrices, then `ImmutableMatrix` can't be called. TODO: Add tests. @fingolfin Do you have an idea on...
Main commit: Fix DefaultScalarDomainOfMatrixList For a list of MatrixObj matrices, DefaultScalarDomainOfMatrixList now always uses BaseDomain. Previously, for general MatrixObj matrices this did not happen due to them usually not storing...
Methods installed for `ClosureInverseSemigroupOrMonoidNC` "remove everything related to strongly connected components". That information needs to be recomputed after a `Closure*` algorithm is called. See [here](https://github.com/gap-packages/Semigroups/blob/16e9b418ab752534a9dbcf66bac99bc345647f25/gap/main/semiact.gi#L454).
Hi folks, thanks for the awesome project. I think your repo would benefit from having an issue template. :)
If I run `hatch run yadayada` although `yadayada` is not defined in my `default` envs script section, then Hatch hangs for me. Hatch version 1.14.1 OS: ProductName: macOS ProductVersion: 15.5...
Hi folks, thanks for the awesome project! I have run into the issue that coverage data is persisted across several invocations of `hatch test --cover`. This led to builds passing...
Hi folks, first of all thanks for the awesome project! I'm building a builder plugin - `hatch-my-plugin` say - and have a problem when I add its target to a...
The documentation states ` this homomorphism is a permutation equivalence`. Here `this` can be understood as meaning `the return value of ActionHomomorphism`. But it is easy to make `ActionHomomorphism` return...