Magic Len (Ron Li)

Results 46 comments of Magic Len (Ron Li)

Is there any benefit to add a lifetime which is not necessary? If `linkat` can do the job on Linux, how about Windows and other operating systems?

Currently, this crate does not have a parser. But it is in the todo list.

I have been developing `vcard` v0.5 since last year with the latest `validators` crate. But the work is huge for me. So even now, the completion rate of the new...

Hope we all have time to do things we like.

It seems that alias does not work in a non-interactive shell. According to https://stackoverflow.com/questions/1615877/why-aliases-in-a-non-interactive-bash-shell-do-not-work, you can run `shopt -s expand_aliases` to enable it. 1. Create a bash file (assuming your...

Assuming you are using bash, you can use `bash -i -c "` to execute a command in an interactive shell. I'm not planing to provide API for interactive/login shell because...