Marco C.

Results 6 issues of Marco C.

### Q&A (please complete the following information) - OS: Windows, Linux - Browser: Edge (chromium), Firefox - Version: 89, 88 - Method of installation: editor.swagger.io - Swagger-Editor version: latest -...

cat: autocomplete

See https://github.com/malept/crypto-hash/issues/25 for more details about the bug. Add `CryptDestroyHash` and `CryptCreateHash ` in the `Hasher.finish()` implementation for Windows.

Hello, on Windows a call to `write_all` after `finish` causes panic. Example: ```rust use crypto_hash::{Algorithm, Hasher}; use std::io::Write; fn main() { let mut hasher = Hasher::new(Algorithm::MD5); let message1 = b"Hello";...

The examples listed in the [README.md](https://github.com/memflow/memflow/blob/main/README.md#running-examples) no longer work. `cargo run --example read_bench --release -- -vv -c coredump -a coredump_win10_64bit.raw -o win32` `error: Found argument '-a' which wasn't expected, or...

Hello, The field `additionalProperties` of the Schema Object must be a JSON schema itself according to [the specification](https://datatracker.ietf.org/doc/html/draft-bhutton-json-schema-00#section-10.3.2.3), `true` and `false` are valid JSON schemas but they lead to a...

bug