-
Transferring this issue from https://github.com/w3c/vc-data-integrity/issues/218:
The test vectors use human-readable strings and the i18n group requested that we express them using the appropriate…
-
When trying to execute the SAMM Toolbox that can be downloaded from here: https://github.com/owaspsamm/core/releases/tag/v2.0.8 (Excel file, SAMM_spreadsheet.xlsx), functions are not executed; as a re…
-
At the moment we have a lot of documentation in [the Manjaro Wiki](https://wiki.manjaro.org/) and we had some [on the old website](https://docs.old.manjaro.org/).
We should try to centralize this i…
-
CBMC version: 6.4.0
Operating system: macOS
Exact command line resulting in the issue: make -f m2
What behaviour did you expect: Successful proof
What happened instead: Non-termination of the cbmc…
-
If a language is specified as a package option for `babel`, some words are correctly translated while others are not:
```
\documentclass{beamer}
\usepackage[ngerman]{babel}
\begin{document}
…
-
### Title
Bayes and Bach: An RNN-powered affair
### Leaders
Alejandro Tabas (mattermost: @atabas)
### Collaborators
_No response_
### Brainhack Global 2024 Event
Brainhack Donostia
### Projec…
-
Coq implements a custom XML protocol described [here](https://github.com/coq/coq/blob/master/dev/doc/xml-protocol.md) to step through proofs, and update the goal and window at each step. Unfortunately…
-
**What language does this apply to?**
C++
**Describe the problem you are trying to solve.**
It should be possible to merge two protobuf messages into one, without duplicating memory usage in …
-
attached are whitepaper ideas
claude:
a. ΛMetaCoq: A compiler pipeline integrating OCaml, MetaCoq, and Rust for formal verification and performance.
b. Proof of Replication (PoR): A nov…
-
Range being the C# notation of `start..end` to with start being inclusive and end exclusive.
Range/Index also support backwards indexing with the `^` prefix.
I've quickly cobbled together a proof of …