Michael Josephson
Results
2
issues of
Michael Josephson
Hi Brian! Just been following along with the course and spotted a missing comma in the settings for the Prettier Sublime plugin.
Currently we've got the following code in `Client#request`: https://github.com/codebar/planner/blob/45fd9d14f91bbbc80c13412983b51d75ff285c57/lib/flodesk.rb#L128-L133 ## Make code nil-safe This can result in a `NoMethodError: undefined method '[]' for nil` if there is an issue connecting...