Dirkjan Ochtman

Results 2027 comments of Dirkjan Ochtman

I am currently passively maintaining flamegraph -- if you'd like to have functionality like this, I'm happy to review a PR and/or try to answer any questions you might have...

What are you trying to do, and why do you need new interface for it?

Well, if you want to submit a PR for it I can take a look.

If you're on Linux, I suggest using `perf` directly and passing its output to `flamegraph`.

Thanks for the report. Unfortunately I probably won't be able to address this anytime soon -- however, happy to review a PR if you're able to suggest a fix (or...

I'm open to adding a minimal hyper-based HTTP server (guarded by an opt-in Cargo feature), which you could pass a `SocketAddr` to listen as well as an `&Order`, and which...

I'm interested in reviewing support for this but probably won't have time soon to add this myself. Would be happy to discuss design and/or review your PR, though!

FWIW, I like the idea of (optionally) erroring stable CI for warnings. I think denying warnings at compile time is too annoying for my development experience, but I want code...

Maybe this should then be reformulated as "Add support for caching"? I recently used it with Bitbucket pipelines and found the decreased turnaround time quite attractive.

So I suppose this should be parametrized on the Rust version? Otherwise old Rust versions won't work. Otherwise looks okay to me.