-
An ongoing thorn in my side has been the behaviour of `Traverse` and `Sequence` for certain pairs of monadic types (when nested). These issues document some of the problems:
https://github.com/lou…
-
```
../src/IO/WriteHelpers.h:875:17: runtime error: signed integer overflow: -9223372036854775808 * -1 cannot be represented in type 'long'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior ..…
qoega updated
4 years ago
-
We intend to use an EdDSA signature on the Jubjub curve to authorize spends. The original Ed25519 scheme made some assumptions might not be applicable to the Jubjub curve.
Generalised EdDSA is spec…
daira updated
4 years ago
-
Make sure these boxes are checked before submitting your issue - thank you!
- [ x ] I have checked the superset logs for python stacktraces and included it here as text if any
- [ x ] I have repro…
-
This is going to be a tracker for discussion, questions, feedback, and analyses about the new XXH3 hashes, found in the `xxh3` branch.
@Cyan4973's comments (from `xxhash.h`):
`XXH3` is a new has…
-
The specs of `cardano-chain` reside in `fm-ledger-rules`. Should this repo be renamed to something like `cardano-ledger` (since it actually implement the ledger rules).
cc: @ruhatch @nc6
Feel f…
-
Half-Cauchy distribution is a requirement for the well known centered eight schools model.
pymc4 issue: https://github.com/pymc-devs/pymc4/issues/12
-
I tried to encode `ComposeLinkUTest::test_execute_2()` in scheme, to see what happens. I believe the intended encoding is this:
```
(define f1 (Project (Number 0)))
(define f2 (Lambda
(Vari…
linas updated
6 years ago
-
we should try to use `.coerce_map_from()` instead, so we get `is_injective()/is_surjective()` and friends right for `Hom.natural_map()`.
Depends on #23184
Depends on #23211
CC: @xcaruso
Componen…
-
The freeCodeCamp community has started building an interactive, browser-based Math for Programmers curriculum. It's just a matter of designing the thousands of LaTeX-driven challenges necessary to tea…