Erick Cardenas Mendez
Erick Cardenas Mendez
It seems that currently the stance is that Ubuntu 18.04 is not officially supported. However, mssql-cli does seem to work for Ubuntu 18.04 and over a year has passed since...
According to Mongoose schema for Location, the _facilities_ property is not required. However, if this property is `undefined` when doing a POST or PUT for a location, Node will error...
The [README warning](https://github.com/assemble/grunt-assemble#warning) makes it sound like using grunt-assemble is equivalent to running assemble 0.4.42. However, the reality is that anyone running assemble v0.4.42 could benefit from running the current...
Think we should remove `totalTodos` from `TodosController`. All this variable does is store the length of the `todos` array. Although storing as a variable could offer a performance gain, this...
The Pagination's template logic could definitely be simplified. Also, it could be made a modular component so that we can re-use it in other parts of our application (think it...
I created a todo and set its due date to **2013-06-30**. If I go to edit that todo, the due date shows up as **2013-06-29 20:00**. I suspect that the...
I don't know what kind of API github offers, but it would be sweet if we could integrate with it. Developers love using GitHub to track issues, collaborate and see...