Janus Troelsen
Janus Troelsen
It would be really nice if Krakatau supported dex bytecode. Thanks.
I noticed that missing parameters are rendered as empty strings. ``` >>> ashes_env.register_source('hello', 'Hello, {name}!') >>> ashes_env.render('hello', {}) 'Hello, !' ``` It would be nice if it was possible to...
flipped foldMap: `(Foldable t, Monoid c) => t a -> (a -> c) -> c` It is similar to `whenJust`, but more pure, while `whenJust` is inherently effectful since it...
Version 2.7.0 If you supply a selector to an element that doesn't exist, it will get sent to the next endpoint as "None", instead of failing in this endpoint. ```...
The Noise wiki specifies a format for test vectors: https://github.com/noiseprotocol/noise_wiki/wiki/Test-vectors , which is used by implementations like cacophony. Since the test vectors are currently not JSON and they might be...
# Steps to Reproduce ``` package aio authors = "bob malcolm " version = "0.0.1" readme = "README.md" modules = Main sourcedir = "src" depends = base, contrib ``` ```...
This is #723, but rebased and rewritten to use PackageNames in its Graph instead of PackageIdentifiers. It also includes tests and a benchmark. I have changed various page names to...
According to BIP-0002, any person can request this.
This BIP is expired according to BIP-0002 expiration rules. It is linking an ZKCP implementation (pay-to-sudoku). But ZKCP is [broken](http://stevengoldfeder.com/papers/ZKCSP.pdf). It is not mentioned that PTLC's are superior for many...