Waleed Dahshan

Results 40 comments of Waleed Dahshan

Right now there isn't a way to install WAPM without admin, at least no easy way (Winget/Scoop/Script). The powershell script requires admin. So please consider a portable installer.

Still says the same error message ```bash cargo nm -- deps/app-*.o Finished dev [unoptimized + debuginfo] target(s) in 0.00s /home/waleed/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/bin/llvm-nm: error: deps/app-*.o: No such file or directory ``` The error...

Yes we need this. Windows does not have a less command, so it would be very helpful if an inbuilt pager was supported and used by default. Make it so...

> @wmstack If you download the nushell installer msi from the nushell repo and install it, you'll have the windows less.exe command. We bundle it with the Windows installer. Yeah,...

Hello, I am getting garbled messages when using Windows Terminal with `less`: ``` # also happens with -RFX help commands | table | less ``` ![image](https://user-images.githubusercontent.com/58462210/181481259-640fc3e0-86a3-404c-a03e-be84045b53cc.png)

* As for the font, the `ls` command for example works naturally, so wouldn't that be excluded? I also tried it in both Windows Terminal and in Vscode, and it...

Setting the code page to `65001` fixed it for me. Not sure why the `437` code is garbled. Could it be because we use different fonts? Edit: Need to add...

> maybe code page 437 doesn't support line drawing? Is there a chance that Nushell gets a dedicated troubleshooting section in its documentation, for issues that have been faced before?...

Do you get those inconsistent breaks in the lines? ![image](https://user-images.githubusercontent.com/58462210/181856580-cb4b97a9-90d7-4066-91ef-92d8c3333bec.png) Edit: The font is alright in Vscode (Above is Windows Terminal) ![image](https://user-images.githubusercontent.com/58462210/181857450-a9f63b06-a447-4f70-bd1d-4f571f14b825.png)

Yup, I reported it today, and it happened today. `0.66.1` is the latest version right?