Sam Schlinkert

Results 51 comments of Sam Schlinkert

Does version 0.3.12 of _this fork_ of autosub work with Python 3? If not, is there a reason these changes aren't being made? I understand that Python 2.7 will reach...

Agree that a separate, medium-sized code repo would make for a better benchmark target. (Sentry feels like a good choice). Just not sure how to universalize that. It seems wasteful...

What do you think about the introduction of `src/lib.rs`? I could scrap this PR, which has Criterion, and make a new one that just offers the `lib.rs` code reorg.

In an effort to eliminate one issue, the benchmark now runs on the `test/` directory. There's probably not enough data in that directory to make for a good benchmark, but...

I'm just learning Rust, but I got a work-around that might be a starting point? Basically I get an `i64` from any cells where I know ahead of time there...

Oh gosh, that's gonna take me a while to figure out. Luckily, I'm only doing dates (as opposed to datetimes) and they'll all be today's date, so nothing far in...

Ah, running `cargo tree` on my fork shows that rust-argon2 is _still_ using `crossbeam-utils v0.8.12`. My security warning on Medic says I need to use v0.8.7. I feel like I...

Having a similar issue. I installed to Ubuntu via Snap. For me, both `file:///snap/keepassxc/978/usr/share/keepassxc/docs/KeePassXC_GettingStarted.html` and `file:///snap/keepassxc/978/usr/share/keepassxc/docs/KeePassXC_UserGuide.html` load, but they only have these four sections in the document: License and Disclaimers,...

This PR has been improved recently. * @lafrenierejm has included Sentry as a git submodule to act as a better and more stable bench-marking target * We've explicitly added the...

These changes were merged in #43