-
In the last enormous video update https://github.com/light-and-ray/sd-webui-replacer/pull/94, I've removed all video functions from the main pipeline, so frame by frame has gone. However I will recrea…
-
```boogie
procedure unsound() {
var x: int;
assume(x == 0);
if (true) {
goto Inside;
}
while (x < 10000) {
Inside: x := x + 1;
}
assert(x == -1);
…
-
Are there any plans to add command for running unit tests? `alr test` exists, but it `Tests the compilation of all or some releases`.
m-kru updated
4 months ago
-
[Holistic Specifications for Robust Programs](https://arxiv.org/abs/2002.08334) Sophia Drossopoulou Feb 2020 - how much overlap with behavioral types?
https://github.com/Agoric/agoric-sdk/blob/mast…
dckc updated
9 months ago
-
Using in the SmartContract method a proof generated by the ZkProgram that verifies the Signature throws the error:
```
yarn test signature.issue.sideloading.test
Error when proving Contract.setVal…
-
## What is the underlying problem you're trying to solve?
In some scenarios it is not feasible to have stored on disk unprotected, sensitive (m)TLS files, such as the server certificate and its p…
-
I'm still working on it, but my senior thesis is on a language-generic performance-oriented Haskell [implementation](https://github.com/taktoa/eqsat) of [equality saturation](http://www.cs.cornell.edu…
-
Proving the Nth number of the Fibonacci sequence & verifying it on Hylé, very similar to the [Collatz Conjecture example program we already have](https://github.com/Hyle-org/collatz-conjecture/) ([doc…
-
I'm opening this, with some trepidation, because I'd like to do something about the state of `contrib`, and it'd be interesting to hear people's opinions. Essentially, the problem is that it's become …
-
I just recently started looking into PCUIC and it looks really great. Would it be possible to replace the Template.Ast.term definition with this one? Are there features that exist in one but not in th…