Christian Klauser

Results 5 issues of Christian Klauser

Commit 353812ff958b4b65f9e65dd22a60e770ed6ba948 replaced the more finicky `CStr::from_bytes_with_nul` with `String::from_utf8_lossy`. This causes tests to fail, both for me locally and in [CI](https://github.com/fede1024/rust-rdkafka/actions/runs/8417735908/job/23046767982). That commit eliminated a panic but now the returned...

This PR changes the `rdkafka-sys/build.rs` script to automatically choose CMake if the target platform is Windows. The `cmake-build` cargo feature no longer has an effect on Windows. It can still...

## Environment * **IntelliJ Rust plugin version:** 0.4.171.4656-221 * **Rust toolchain version:** 1.61.0 (fe5b13d68 2022-05-18) x86_64-pc-windows-msvc * **IDE name and version:** CLion 2022.1.2 (CL-221.5787.29) * **Operating system:** Windows 11 10.0...

subsystem::сompletion

As an educational project, it might be fun to turn `nvm` (or just parts of it) into a literal program using [tango](https://github.com/pnkfelix/tango).

Currently, the main executable just compiles and runs a static program embedded in the executable. Instead create some minimal 'interpreter'-like interface. - unix-interpreter compatible (work with `#!`) - read from...