jtyler76
Results
2
issues of
jtyler76
#### Current Behavior I didn't like that some of my longer running commands were getting canceled due to the command_timeout feature. There didn't seem to be a way to disable...
🐛 bug
In `cp`, the newly created object (the copy) is created using the mode bits of the source object (https://github.com/landley/toybox/blob/fb3ca98e2faaa11512061cdd3fc946ddf0c2696b/toys/posix/cp.c#L296). The issue is that the `mode` of the source object may...