Marc Enriquez

Results 5 issues of Marc Enriquez

Hello there :) I started looking at the code and something quickly caught my eye: there seem to be room for improvement in the dependencies. ## Chrono This is included...

This PR includes: - [x] Basic logging support for Windows. Regular, PG-based, logging support crashes under Windows at runtime, so using `eprintln!()` we can at least avoid crashes and write...

### OS Ubuntu 18.04 (Windows Subsystem for Linux) ### Code `panicking` example package ### Issue Rust `panic!()` is caught and handled properly on the first call, but if called again,...

Current implementation has a a few downsides: - It uses an unsafe block to skip the utf-8 validation of bytes. Although a reasonable thing to do, it's avoidable - Uses...

## Description Improved a bit the organization of dependencies in 2 fronts: - `aptos-runtimes`, `criterion`, and `serde_yaml` that where used only in tests/benches where moved from `[dependencies]` to `[dev-dependencies]` -...