Results 42 comments of Yufan Lou

Can I use that work around on Windows? Like copy the manpages from my Linux VM and put them into a directory that Zeal can search inside?

@Kapeli How is searching manpages implemented in Dash? Does it hardcode manpage location on OS X? Or does it delegate man page search to `apropos` and parse the result?

@Yanpas Are you sure? @Kapeli said that on OS X manpage is not stored in docset but rendered on the fly.

There is now a proposal for C23 on [Tail-call elimination](http://www.open-std.org/jtc1/sc22/wg14/www/docs/n2920.pdf).

Source code for reference: https://github.com/hapijs/makemehapi/blob/master/exercises/validation_using_joi_object/exercise.js I have a hard time parsing that hack honestly. Seems to me workshopper as a tester UI also managing test constructing and processor is a...

@jonastepe Kinda both. I could only go so far in the OP and couldn't get from lifetime restriction to function call restriction. I believe clarification is needed, but I only...

@jonastepe Thank you a lot! I suspected the assignment and `&mut` would together prevent a second function call, but failed to fit lifetime into the puzzle. I'd very much like...

Ran into this problem too and unfortunately `pkill -USR1 tmux` did not create the required socket file and solve the problem. Error message on my side is: ``` error connecting...

@akoppela I have suspected that but decided to throw this out. Could you give me an example so I can find a better solution?