Christian Klauser

Results 10 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...

Rebased version of #671 as per the discussion in [#688](https://github.com/fede1024/rust-rdkafka/pull/688#issuecomment-2270587567) (forgot to re-open _before_ I pushed the updated branch). Original PR text below ---- Commit 353812ff958b4b65f9e65dd22a60e770ed6ba948 replaced the more finicky...

I expect the library to correctly validate the [documented scopes](https://www.twilio.com/docs/sendgrid/ui/account-and-settings/teammate-permissions). For instance, the scope `mail_settings.bcc.read` is unknown to the `SendGridPermissionsBuilder` and thus gets rejected. We are using version [`9.29.3` of...

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Clap Version master ### Describe your...

C-enhancement
A-completion

Adds an implementation of dynamic completion to `clap_complete_nushell` under the `unstable-dynamic` feature flag. Corresponding issue #5840. The issue description has more context and a more complete solution sketch. This PR...

### Describe the bug #### Description Validation of `license.xml` signature fails an exception. I suspect it's the same issue as [the one reported on the Unity forums](https://discussions.unity.com/t/can-not-activate-license-in-unity-hub-on-fedora-41-rhel9-until-trust-sha-1/1520652). You use SHA-1...

Bug
Triaged