mjptree

Results 3 issues of mjptree

Hi team, The information on how to connect Putty to the HC-05 is a bit sparse. There are several sources of potential issues, where it is **really** difficult to research...

Hi, I am reading through the material with great interest. I am currently in chapter 7.2 in the discovery book. I face the following problem when trying to build the...

The following tilde expansion check is insufficient on windows if the input path uses backslash notation: https://github.com/netvl/shellexpand/blob/e707d07a0a2638df7ab26b152f814e80ce3b3992/src/lib.rs#L665-L690 Specifically the test: ```rust if input_after_tilde.is_empty() || input_after_tilde.starts_with("/") { ``` The path `"~/.cargo"`...