Pat Mancuso
Pat Mancuso
[bump] ? Interested in this functionality for a project I'm working on, this would be enormously helpful. @kientzle
Request: rely on --type, don't decide based on file:// which would require a local clone of the repo, which isn't desirable in all use cases. That would allow for something...
Are we going to change the "L1L" magic number?
The use case is a bunch of components for a larger overall project, each in their own private repo. The all-docs repo is a sibling to those other ones, and...
> ...or using multiple docs plugin instances? That actually would be my preference. I tried this approach initially, but I couldn't get it to work since in this case the...
This should not be auto-closed. Needs review and attention.
Currently at 231: ``` platform % cat `find . -name go.sum` | awk '{print $1}' | sort | uniq | wc 231 231 6632 ```
Up to 240: ``` platform % cat `find . -name go.sum` | awk '{print $1}' | sort | uniq | wc 240 240 6946 ``` reopening again