Eduard Urbach
Eduard Urbach
**Describe the bug** Custom messages are ignored on the host when the receiving ID is the host itself. **To Reproduce** 1. Start hosting. 2. Register a custom message handler with...
Auto-generated config for https://h2o.examp1e.net/
Something went wrong with PageSpeed and `/scripts.js` encoding. Need to investigate what's going on and fix it. I seriously can't stand the double-digit score.
One should be able to write global mixins which can be called from any Pug template. A classic example is to have a global mixin for rendering avatars / gravatars...
Add optional name mappings for route parameters so that we can have Express-like routing: ``` js app.get('/users/:name') ``` In this case `request.params[0]` would also become accessible via `request.params.name`.