Revertron

Results 40 issues of Revertron

Implement as much as possible for unit testing of a core component `Chain`.

enhancement

It is frequent, that one node has multiple IPs, for example IPv4 and IPv6, and ALFIS is connecting and keeps two connections to one node. There is a mechanism to...

enhancement

See [RFC7873](https://tools.ietf.org/html/rfc7873).

enhancement

This is better to dump current DNS code in favor of [Trust-DNS](https://crates.io/crates/trust-dns-server) server and client parts.

enhancement

A report shows that ALFIS' resolver is not so consistent at times: ``` # dig ya.ru @318:1a0f:f6fd:77c::53 ; DiG 9.11.5-P4-5.1-Debian ya.ru @318:1a0f:f6fd:77c::53 ;; global options: +cmd ;; Got answer: ;;...

bug

How can I eliminate this problem? ![default](https://user-images.githubusercontent.com/105154/30210610-857410bc-949d-11e7-839c-643126f29833.png) I've tried all the margins and paddings, but nothing helps.

Please, see this PR checks: https://github.com/Revertron/Alfis/pull/163/checks?check_run_id=3716024097 And here is a copy: ``` Compiling x25519-dalek v1.2.0 Running `rustc --crate-name x25519_dalek --edition=2018 /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/x25519-dalek-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C embed-bitcode=no...

Hello! I'm trying to use Speedy2D in my new UI project, and stumbled upon windows flap. You can see it in this short video: https://up.agrd.eu/2NbRso.mp4 It seems that the window...

Another very needed function is `translate(x,y)` like in other canvases: https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/translate It would be great to have it in Speedy :)

The `yggmail` is a great implementation of distributed E-mail, but with great abilities comes great responsibility. Especially, how can we defend our mail inboxes from any malicious agent (spammer) that...