Vojtech Kral

Results 78 comments of Vojtech Kral

Aside: I wrote a [small library](https://github.com/vojtechkral/cargo-wrap) that should make it easy* to write cargo wrappers for `gdb`, `strace` et al once this issue is solved. Standing by for `CARGO_WRAP` :)...

@Keats if I understand right you're positive it's not feasible to upgrade `get_url()` to support collocated assets as well? If that's the case, would it maybe make sense to make...

> Apologies for the delayed response—things have been busy at work lately! Completely understandable, I know the feeling :) > That said, I'm not too familiar with librdkafka's event API....

I was just looking into adding support for mocking and found your PR. Would you be willing to add support for `rd_kafka_handle_mock_cluster()` too? That seems to be the easiest way...

@GregBowyer here's a proposal: https://github.com/ticketmaster/rust-rdkafka/pull/1

@GregBowyer yes, thank you very much! I was meaning to ping the maintainer... but they're probably pretty busy...

Yeah, plus there are cases where you _have_ to use tabs, such as Makefiles. As of now, inserting syntactically correct Makefiles is not possible.

Ok, well, I'm switching to kramdown. It's not out of spite or anything, I just need tabs...

Yeah, `test = false` tests are a bit of an oddball. They sort of are and aren't tests. Wdyt about having `--tests` build these "non-tests" but not run them? Edit:...