Fedor Sakharov

Results 25 issues of Fedor Sakharov

Before reporting an issue please first check the [troubleshooting guide](https://github.com/twistedfall/opencv-rust/blob/master/README.md#troubleshooting). If the issue you're encountering is not solved thereby please state the following in your bugreport: 1. Operating system: ubuntu...

if a hexadecimal address has a suffix (say, "0xbeef:16") it won't be substituted with symbol name: ![radare1](https://f.cloud.github.com/assets/56672/2307864/afcc733e-a2b3-11e3-92d7-2d002921ce3d.jpeg) ![radare2](https://f.cloud.github.com/assets/56672/2307866/b2fd06e0-a2b3-11e3-8d61-c46e9d7af830.jpeg)

good first issue
RAnal
inactive

It would be nice if CI could offer iOS builds for internal testing purposes

CI
ios

Code that handles user inputs (metadata, txs, qrs) should be improved. It should not 1. AND, XOR or OR things with random undocumented numeric values such as `0x1000000`. 2. Panic...

security
backend

Reporting at least Rust code coverage for now with `actions-rs/tarpaulin` does not look complicated and is probably worth doing. I would do it myself but since this involves integrating with...

CI

Errors and their UI handling are extremely important for the security and the UX. Right now errors show just a text blob in red font which reminded me of the...

backend
UX

Here the idea was to control all confirmation message from single place. Alert data should have following structure then: ``` struct Contirm { line1: Option line2: Option yes_message: Option no_message:...

UI
backend

Unfortunatelly, doesn't build without this include file and including it `before` the corresponding boost include file.

* **I'm submitting a ...** - [ ] Bug report - [x] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...

@extension-ui
-size-s
<needs investigation>