-
While working in `Fabulous.Avalonia`, had my project in a refactoring "broken" state, and suddenly it went in a borked state . Had to manually remove parts of the code until the IDE was able to handl…
-
## System information
- Apalache version: `0.45.4 | build: 99508e4` (latest release)
- OS: Linux, Ubuntu 24.04 (latest release)
- JDK version [e.g. OpenJDK 0.8.0]: openjdk 21.0.4
## Descriptio…
lucab updated
2 months ago
-
This issue is to track extending the DomainMatrix code and making use of it more widely to speed up slow matrix computations. The DomainMatrix class has been introduced and extended already in a numbe…
-
@ThreeFx discovered an infinite loop [falsely ascribed to `Bound`](https://github.com/ekmett/bound/issues/64). The problem is definitely not there. Here's a smaller test case:
```haskell
{-# LANGU…
-
-
Hi,
I am writing HIP kernels and compiling with the LLVM packaged in ROCM 5.0.1 so (HIP version: 5.0.13601-bb16828d AMD clang version 14.0.0 (https://github.com/RadeonOpenCompute/llvm-project roc-5…
-
Sometimes SymPy hesitates to return zero... I've encountered this problem in three applications. There may be a solution to this already, however I haven't seen it yet.
- Problem 1: Real symmetric …
-
Too often in code reviews (just saw @lrhn's code review) we are instructing developers to avoid creating `new RegExp('...')` as a class-level or local field (I've even seen it in tight-loops!). Can th…
-
"Think Python" has since been updated, both to improve the text and migrate it to Python 3.
See [How to Think Like a Computer Scientist: Learning with Python 3](http://openbookproject.net/thinkcs/pyt…
-
Currently the reflective interface for `Tactic.RingSolver` only works over concrete instances of rings (see https://github.com/oisdk/agda-ring-solver/issues/12). It would be useful to get this working…