-
One takeaway from #12263 is when adding a new consensus (especially `List`) field to a consensus object, it gets inherently riskier in the Prysm code. This is due to Go initializing `nil` as `0` or em…
-
-
## Request Summary:
Proposal
The DA should adopt and endorse a design policy regarding all core Mojaloop code and artifacts that "**we will only release code or artifacts in a Mojaloop release th…
-
Because it will add alot of content inside request.
thanks.
-
Something I hit upon in fixing some Python 3 issues is the `sage.rings.polynomial.multi_polynomial_ring` module and the `MPolynomialRing_polydict` class and its associated elements.
This is an exam…
-
proposed solution: follow lsp-mode from daviwil/emacs-from-scratch
-
It doesn't look like strelka is covered in the test cases included with polysolver. we don't have any current errors in it, but it was not a straitforward build since vcftools never seemed to get wher…
-
`SnapshotVolumeAction` does some funky stuff with timers and self referential promises that makes it difficult to test properly. It needs to be re-engineered, or a way to test it needs to be figured o…
-
Hello @jamonholmgren!
When creating Helu I struggled to test the integration points with Apple. In a effort to learn how to test this type of code better, I forked this repo and commented the key p…
-
Don't only focus on only well-formed JSON. How about non-well-formed ones.
For example:
```
{
"key" : {^}
}
```
or
```
{
"age" : 23
```
There are **many** non-well-formed combinations. I …