Vasili Novikov

Results 50 issues of Vasili Novikov

Hi. Is it possible to provide a pure Rust-based generation of certificates (that avoids openssl)? There seem to be libraries/apps that generate certificates using Rust already: https://crates.io/crates/certainly Avoiding openssl makes...

First of all, big thanks for the app, it's a really good app to understand some of the Android machinery, as well as actually control some of it. The question...

Currently, a blocking function is provided by the library that reads from `io::BufRead` and writes to `io::Write`. This enforces the user of the library to read all contents into memory,...

enhancement
help wanted

Hi. Is it possible to provide a pure Rust-based generation of certificates (that avoids openssl)? There seem to be libraries/apps that generate certificates using Rust already: https://crates.io/crates/certainly Avoiding openssl makes...

Hi! Could `gitk` (and if possible `git gui`) please implement protections against "trojan source injection"? In short, as a developer that reviews other people's code (and potentially decides on merging),...

**Is your feature request related to a problem?** It's difficult for me to use the Mermaid Live editor because the output SVG files need to be manually edited to fix...

enhancement
retained

Backports 8963506897e3270a75b062f28486934bcb79b1e3 Addresses CVE 2018-1000825. Relates to GH-54

Some Tox clients implement "Faux" sending messages to offline contacts. Currently, toxic also supports that, but the messages will be lost if toxic is restarted. It would be desired to...

todo

Currently, rua uses a global whitelist of packages that are needed to install. It is not a per-pkgbase thing. Making it local to each pkgbase would make the algorithm more...

feature-request

Currently, CI only checks that the code compiles in Travis CI: https://github.com/vn971/rua/blob/236bc43a0a8405aa1a84a9b8c7fe84f244a6db18/.travis.yml#L16 The current reason for that is that Travis doesn't have an ArchLinux OS choice, and instead ubuntu is...

bug