Nickolay Kulikov

Results 5 issues of Nickolay Kulikov

I set the custom function according to the http://expressjs.com/en/api.html#etag.options.table ``` app.set('etag', function (body, encoding) { return generateHash(body, encoding) // consider the function is defined }) ``` Despite on that it's...

awaiting more info

Hi! I'm wondering if it would be useful to add a code editor experience inside of the VR so you don't have to take off the helmet again and again?...

suggestion

Hi! My use case is to show the tooltip when I click and I want it to disappear when I leave the field. When I load the page I see...

# What / Why Suppose I'm going to make a minor incrementation of the 0.x.y version of my package. How should I do it? 1) According to https://github.com/npm/node-semver#versions > A...

Question

major is always the first number, calling the second a major might be a very confusing. Took me a lot of time to recover from this false belief. ## References...