Wind
Wind
Hi, thanks for your reporting, I will take some time to investigate this
Hi, after my investigation, I think it's because that `php` code can't be highlight prperly.. I need more time to think how to handle this :-( Sorry for the inconvenience
The same as #8 , I'm also find that the code is missing
You're welcome :-) I'm reading Version 15
Code for Listing6.4, ```rust println!("c (a "box" for C):"); // This should be println!("c (a \"box\" for C):"); println!(" location: {:p}", &c); println!(" size: {:?} bytes", size_of::()); println!(" points to:...
Code for Listing7.28, ```rust match action { "get" => { let index_as_bytes = a.get(&INDEX_KEY).unwrap().unwrap(); let index: HashMap = bincode::deserialize(&index_as_bytes).unwrap(); match index.get(key) { None => eprintln!("{:?} not found", key), // NOTE:...
Thanks @rgwood mentioned about what happened in detail: > So this is what happens: > - Nushell tries to run an executable called echo.exe but it can't find one >...
Hi, thank you very much for your PR. Relative regions are something I'm not good at and it leaves some weird errors. Really appreciate the pr to make it better.
Hi @rosshadden , sorry for disturb Can you please verify if this patch works for #6156
Sometimes my tests failed with the following message in the latest main: ``` failures: ---- tests::test_config_path::test_default_config_path stdout ---- === stderr === stderr ERROR: failed to SIGTTIN ourselves thread 'tests::test_config_path::test_default_config_path' panicked...