Asger Hautop Drewsen
Asger Hautop Drewsen
This requires a similar change in resource-loader first: https://github.com/terl/resource-loader/pull/21
This still happens, using the following code and `skim` v0.15.5: ```rust extern crate skim; use skim::prelude::*; use std::io::Cursor; pub fn main() { let options = SkimOptionsBuilder::default() .height("50%".to_string()) .multi(true) .build() .unwrap();...
This still happens with `skim` 0.17.3. @LoricAndre are you not able to reproduce the issue?
> Could you please try it with [#784](https://github.com/skim-rs/skim/pull/784) ? That seems to fix the issue for me :)
On Arch Linux: ``` $ cp /bin/sleep /tmp/my-binary-with-a-long-name $ /tmp/my-binary-with-a-long-name 1000 $ killall my-binary-with- my-binary-with-: no process found $ pkill my-binary-with- ```
I think that `CString::new()` should also be implemented, see https://github.com/mongodb/bson-rust/pull/626