-
**[Original report](https://bitbucket.org/mchaput/whoosh/issue/135) by rogerb_aviga (Bitbucket: [rogerb_aviga](https://bitbucket.org/rogerb_aviga), GitHub: Unknown).**
-------------------------------…
-
We are rendering ~100k cell centers as point annotations. This work great. (Precomputed format, only one spacial index. The comments in #227 helped a lot to set it up.)
Now we would like to visuali…
-
As a follow on to Issue #1489 (step 1), we need to start building the "expression language" for parameters (e.g. "foo+42 * (bar&1)". Some basic requirements:
- Parameters need to be refer to the …
-
Drop the following into the prover functional test dir:
```
module 0x42::test {
use std::error;
spec module {
pragma verify = true;
}
fun assert_no_spec(x: u64) {
…
-
What do you think about improving the error message when the dimension is too short to run `bitinformation` over it? i.e. when dim only have one or two elements, lets say the user wants to run `bitinf…
-
Pin numbers and values can often be stored in bit vectors. This is particularly useful for GPIO expanders where pin numbers are sequential where bit masks can ease storage of state and allow convertin…
-
I wrote a `$counterexample` using a `struct` as an input and it found a counter-example, unfortunately Sail can't process it into a nice readable form, and the field order appears to be different to t…
-
Hi everyone. @TDiazT and I are exploring the development landscape of scuttlebutt code and are interested in what you all are doing with Rust here. In particular, we believe the cool feature that the …
-
Hi,
(I have cmake installed; and I'm using Windows 10)
I run in Git to install Asteroid with ./install.sh, but I modified the generator (otherwise it goes to Visual Studio 2022 somehow), so line…
-
Hello,
thanks for your work. I wanted to play with your implementation on both a 64 bits PC and a 16bits PIC24F µC. I played with k163 curve.
On PC, it works like a charm (although it generates a …