Charles LeDoux

Results 4 issues of Charles LeDoux

Using any type of non-trivial pipe prints a "Broken pipe" error. For example, use the following code snippet: `< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;` Executing in bash behaves...

The function that parses `.stowrc` files, `get_config_file_options`, splits `.stowrc` file on spaces. Thus, if a file path or regex has a space, the option breaks because `get_config_file_options` treats it as...

bug
help wanted

It would be useful if there existed an answer key for the exercises. With such a key, the feedback obsessed like myself could verify they aren't making dumb mistakes or...

I often created nested TODOs to represent the top level task and subtasks. Example: ``` - DOING V1.1 - DOING Bug 57845 - TODO FR 748645 - WAITING Tech writer...