J. Greg Davidson
J. Greg Davidson
It seems that shortcuts show up as if they were symlinks but `ln -s` doesn't seem to create something that works as a shortcut. Or am I just doing it...
I downloaded and unzipped stapler-master and I'm not finding any installation instructions. What is required to create the stapler application and what other packages need to be installed for it...
In https://rust-unofficial.github.io/too-many-lists/first-pop.html I would appreciate clarification on exactly where and why the first node on the list gets deallocated from the heap by pop after pop uses mem::replace or take....
### Before submitting a bug report - [X] I updated to the latest version of Multi-Account Container and tested if I can reproduce the issue - [X] I searched for...
`pict3d` has disappeared from the [Racket Documentation Website](https://docs.racket-lang.org/index.html), breaking your [documentation link](http://pkg-build.racket-lang.org/doc/pict3d/index.html)! Perhaps `pict3d` has a build error? I love `pict3d` and hope it's back up soon!
Your documentation https://docs.racket-lang.org/lindenmayer/ has disappeared. It's looking like there was a recent build problem? I'm guessing that the racket website has packages disappear without trace when there's a build problem...
You recommend "git add *" in several places. Because of wild cards this will often fail very badly! Issue 168 brought this up back in May!
No reasons are given for the recommendation to use two spaces rather than single tabs in indentation. At least two questions must be answered: (1) Why prefer spaces to tabs...
Perhaps someday rsh could mimic minimum Posix syntax and semantics when called via a link named sh. This would allow it to be used as a replacement system shell on...
Dune could almost replace bash and zsh. Yet bash and zsh have one key advantage: they emulate a Posix-compliant Bourne Shell when they're called via a link named sh and...