Brandon Patram
Brandon Patram
Hi! Thank you for making this repo and managing these patches. This isn't a bug report! I am targeting an older version of Debian (9/stretch) than what is currently supported...
`gh` reports my current user incorrectly when called from a folder that is a git repo (I think that's what is triggering it?). ```bash $ gh user --whoami First we...
This PR makes some fundamental changes to this library in how it exports itself and how some pieces work together. There is still some work to be done to further...
I've started work on refactoring some of bbr to use Rollup + Babel with a more modular design. Overall this should help everyone out to make it more extensible and...
It seems as though instance members of a class/object within a namespace are not organized correctly on the output documentation. I am running the very latest commit to date: https://github.com/documentationjs/documentation/commit/f07285a9200162908efa5dfc3076cb32d1425c6e...
When refreshing the tree, an error is thrown if there is a call to the parent of a parent's function, eg: super.super.someFunc(); This executes just fine and throws no compilation...