jy-gh
jy-gh
In the Installation section of README.md there's a table of installation commands for users of the NeoBundle, Vundle, Vim-plug, Pathogen, and Dein plugin managers. The Pathogen example references the following...
I have both `fzf` and `fd` installed via [MacPorts](https://www.macports.org/): ``` $ type fzf fzf is /opt/local/bin/fzf $ which fzf /opt/local/bin/fzf $ command -v fzf /opt/local/bin/fzf ``` As you can see,...
From Exercise 7.1 (b): > Note: This part doesn't involve a lot of code, but there are a lot of low-level fiddly bits. The solution will look almost the same...
The **Discussion** at the end of Exercise 7.2 says the following: > Writing robust decorators is often a lot harder than it looks. Recommended reading: However, there's no recommendation. Perhaps...
The slide entitled "Function Error Checking" appears twice, once as slide 5-41 and then again as slide 5-42.