Andreas

Results 4 issues of Andreas

The hardcoded value [here](https://github.com/abdk-consulting/abdk-libraries-solidity/blob/d8817cb600381319992d7caa038bf4faceb1097f/ABDKMath64x64.sol#L739) is wrong. 0x8 = 1

``` use uint::construct_uint; construct_uint! { pub struct U128(2); } //[...] fn compare_compute_budget_consumption() { let x = 17234u64; //some arbitrary number let y = 3273u64; //some arbitrary number //u64 let v1...

Tried running the firmware update process on my Thelio mega r2 and ran into the issue that my monitor remained black. Eventually realized that the problem was that my screen...

See [here](https://jsfiddle.net/4xtdgbch/19/) for a simple example I encountered this problem locally at first, where I simply didn't see any render of text, while in the fiddle, the text only gets...