-
See https://leanprover.zulipchat.com/#narrow/stream/458659-Equational/topic/An.20old.20new.20idea for discussion. Loop over small finite fields `F` (e.g., of prime order `p`), and coefficients `a` an…
-
### Describe the bug
Conducted a long duration experiment running using KS-v0.21.2 to check for any resource leaks: in this experiment I **created** and **deleted** 68,436 pods. One pod is created …
-
Something that has been mentioned before in passing and might be worth discussing down the track: allow modeling with SI units using https://github.com/ajkeller34/Unitful.jl. It may be fairly trivial,…
-
This project is really cool, I have been trying to get PGA working in a project of mine but there is a lot of minutia with numerical stability and I think this project's implementation is more robust …
-
In two separate contexts that I've been working with recently, I've been facing challenges with how we implement writes to array elements, for cases like this: `A[i] = j;`
Specifically, the curren…
-
I'm not sure how the colors of theme's are being applied but lots of themes still look worse with the tree sitter, at least for C++ 😕I'd recommend upgrading the C++ TextMate grammar to pull from [VS C…
-
Could anyone please provide an example of how to use the planutils server endpoints? I am having difficulty figuring out how to format client requests using the manifest.json files. If I had an exampl…
-
Goal: Provide a type for use as both exchange and interop that represents multi-dimensional data if a single primitive Type. Implement arithmetic and linear algebra operations so that the type can se…
-
I would like to use the commutative=False argument to symbols to make sure
my expressions aren't arbitrarily re-arranged. But in the case of boolean expressions,
I get some un-anticipated behavior.…
-
I think there is a strong case to be made to add `Aggregator` objects to GraphBLAS to perform reductions. In software, it's powerful to give names to common operations, or, as is the case for aggrega…