Jussi Kinnula
Jussi Kinnula
The current mobile menu is implemented by using `` and ``, which doesn't work very well. The mobile menu should be the same as the normal left sidebar, by using...
Use similar inheritance than it's already on request.js on response.js - which is using "inherits" module over "util.inherits". The actual reason is to fix a Webpack related issue "util.inherits is...
The rationale of pinning TypeScript version in peerDependencies should not be really required, since TypeScript versions usually don't create breakage for older code. It's possible that older TypeScript versions wouldn't...
We had a problem on combining Jekyll + Jekyll Contentful + JavaScript app with the default URL slugification mechanism. We are using "ascii" mode with Utils.slugify, so it makes sense...
The npm package `serverless` version 1.29.2 has a dependency for `@serverless/platform-sdk` version ^0.2.0, which does not exist. ``` $ npm view @serverless/platform-sdk @serverless/[email protected] | Apache-2.0 | deps: 14 | versions:...