Professor Azat Mardan

Results 16 issues of Professor Azat Mardan

I don't understand why you need to write to all my public repos and access organizations??? Please remove excessive permissions. ![screenshot 2018-01-27 09 35 40](https://user-images.githubusercontent.com/1137314/35474616-a0f33e78-0345-11e8-8e5a-e07504be2705.png)

on page 28 • 1 app.disable('etag'); • 2 console.log(app.disabled('etab')); The latter should read ‘etag’ most probably... on page 29 view engine holds the template file extension, e.g., ‘ext’ or ‘jade’,...

This is to report that your jade template on page 27 of your Express guide should not declare doctype 5 anymore but doctype html. As doctype 5 was set deprecated...

enhancement

Add tests and integrate with Travis. Put an icon in readme.md - seed data - call method and/or make a request - check for the date - modify date -...

Currently there is not deep parsing of objects in the editor. The JSON gets transformed into an array, can be solved by adding recursive call if typeof is object, similar...