narodnik
narodnik
Hello, I've written an example I want to submit to smol repo: https://github.com/narodnik/smol-tcp-example Questions: 1. Should this use the new executors to be more correct? 2. Is splitting the sockets...
initial node sync performs version exchange (ProtocolVersion), we need to be able to set magic value for different subnets.
``` $ cargo update Updating crates.io index Removing addchain v0.2.0 Updating autocfg v1.0.0 -> v1.0.1 Adding base-x v0.2.6 Updating base64 v0.11.0 -> v0.12.3 Updating bellman v0.7.0 -> v0.8.0 Removing bit-vec...
This program works: ```python from sympy import assuming, Q, ask, Symbol a = Symbol("a") b = Symbol("b") d = Symbol("d") # a, b, d ∈ ℤ # d > 0...
# Motivation I have a waterproof Kobo Libra H2O. In the rain or shower, water generates touch events on the screen. I want a way to disable these temporarily and...
With #100, then Monero now has an infinitely growing nullifier set. However it's possible to put a bound on this using merkle trees. Basically all coins belong to a large...
See the example code from: https://github.com/darkrenaissance/darkfi/blob/master/src/serial/src/lib.rs#L271 ```rust /// Variable-integer encoding. /// Integer can be encoded depending on the represented value to save space. /// Variable length integers always precede an...
When adding symbols in normal mode, everything is perfect. But in edit mode an extra space is added before the inserted character.
If you're developing a library (not an application), then you want a root include directory which will be installed as public API on the system (this means you use for...