Sergey Kvachonok
Sergey Kvachonok
In the current implementation the password field value is replaced just before submitting the form, causing Firefox to remember the password hash string instead of the user input. This leads...
Properly strip the SSH port suffix when deriving the host name. Use the Bash regex feature to extract the SSH port from the URL.
The last release 3.3.0 was 12 days ago. It also seems to be the only framework in the list that is based on `tiny-http` and is mentioned in the tiny-http...
### Bug Description Running the above command succeeds, but shown a warning: ``` ⚠️ Warning: Couldn't find the symbol `PyInit_testmodule` in the native library. Python will fail to import this...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version 3.1.18 ### Describe your...
Also remove broken `regress.sh` test script.
Sample code exhibiting the issue: ``` use std::io::Write; fn encode() -> Vec { let mut pngbuf: Vec = Vec::new(); { let mut encoder = png::Encoder::new(std::io::Cursor::new(&mut pngbuf), 1, 1); encoder.set_color(png::ColorType::Grayscale); encoder.set_depth(png::BitDepth::Eight);...
### Bug Description https://pyo3.rs/v0.17.1/class/protocols.html#mapping--sequence-types > Use the #[pyclass(sequence)] annotation to instruct PyO3 to fill the sq_length slot instead of the mp_length slot for __len__. This will help libraries such as...
languages.json lists *.vg as a Verilog source file extension, while everyone has been using *.v for Verilog sources for decades. I have never seen a *.vg Verilog source file in...
**Describe the bug** It is not possible to whitelist the word "C++" by adding it to the local Hunspell dictionary. Adding "^[cC][+][+]$" to the `transform_regex` list also does not help....