ordian

Results 125 comments of ordian

I guess something like this should help: ```rust criterion_group! { name = bench_multiprocess; config = dont_take_an_eternity_to_run(); targets = blake2b_hash_many, hash_sneves_blake2sp, openssl_sha1, } criterion_main!(bench_multiprocess); fn dont_take_an_eternity_to_run() -> Criterion { Criterion::default().nresamples(1_000) .without_plots()...

Thank you for the quick and very insightful reply! > Currently we assume you've done that once at a higher level and passed the result down as a parameter, which...

Hi, @LeopoldArkham! As someone who has [tried](https://github.com/ordian/toml_edit/tree/a98237959180be79c1653b7f6ff1d285394c9592) to implement a lossless toml parser/editor and [failed](https://github.com/ordian/toml_edit/pull/29) miserably, may I ask you a couple of questions about your AST design? Toml currently...

After a quick look at the Molten's source code, I see a couple of blocking issues for using it in cargo-edit (modulo bugs), @LeopoldArkham, please, correct me if I'm wrong:...

@petethepig thank you for the reply. Could you point us to changes needed on the server side? It seems more than just one constant change. > if the change is...

> @tomtau While this would be simple right now, if trees are parameterized by deserialized value types, it would no longer work. I'm intentionally keeping it totally type agnostic via...

To update the dependencies * in `Cargo.toml` use `cargo upgrade --all` (install https://github.com/killercup/cargo-edit first) * in `Cargo.lock`: `cargo update -p `

I'm not sure we should worry about https://en.wikipedia.org/wiki/Year_2038_problem for now, the code will probably change by then.

Consider using [flatpak](http://flatpak.org/getting.html) for linux. It has unofficial gentoo support and there is [electron-installer-flatpak](https://www.npmjs.com/package/electron-installer-flatpak).

The link is broken (404).