Marco Pagliaricci

Results 3 issues of Marco Pagliaricci

liquid-rust version: rust version: 1.66.1 OS: Linux (Debian) If I want to create a KString from a number, I have to do: `KString::from(123.to_string());` The problem with this code, is that...

If I try to compile my crate which imports `kiddo` with the `rkyv` feature activated, I get a lot of errors. This is how I import kiddo: ``` kiddo =...

I have just an hello world project with few lines of code: ```rust use reedline::{DefaultPrompt, DefaultPromptSegment, Reedline, Signal}; fn main() { let mut line_editor = Reedline::create(); let prompt = DefaultPrompt::new(DefaultPromptSegment::Basic("ok".to_string()),...

bug