Jason Harris
Jason Harris
I'm having an issue getting the sidecar to see my two MongoDB replicas. > Error in workloop { MongoError: Quorum check failed because not enough voting nodes responded; required 3...
* **I'm submitting a ...** [x ] bug report [ ] feature request [ ] question about the decisions made in the repository * **Do you want to request a...
The template URL matching doesn't work when the template URL is a concatenated string. ``` templateUrl: "/client-src/app/directives/forms/equipment/" + "EquipmentManufacturersSelect.html", ``` The result of angular-jsdoc trying to parse the template URL...
The publish() method needs to be refactored and optimized. There are 5 separate loops in the publish() method 3 of which are iterating the same list of objects ("classes") and...
When will a new release be pushed to the NPM ecosystem with the latest PRs?
Appears there's no support for using the `@typedef`and `@callback` (I think internally `@callback` piggybacks off `@typedef`. http://usejsdoc.org/tags-callback.html ``` /** * Called when a location is selected from the list of...
If a member is marked as `@private` the generated documentation does not indicate that the member is private. ``` /** * @private */ var userState = {}; ``` 
It would be beneficial to integrate Bootstrap into the templates to help with style consistencies and provide access to some elegant Bootstrap features. Anyone have any thoughts on this or...
It would be great if the Gulpfile provided helpful development tasks to enforce code style and standards and in the future unit tests would be great :). The Gulpfile should...
#1 Add location picking feature - Added a "Capture Mouse Coordinates" button next to the X, Y coordinate textboxes allowing the user to capture screen coordinates using the mouse. The...