Githoniel

Results 5 issues of Githoniel

base on @parthenon's [PR](https://github.com/digitalbazaar/forge/pull/534) Tested with node offical tls server/Go offical tls server - fix two syntax error - `handleCertificateRequest` add support for SignatureAndHashAlgorithm - `getClientSignature` support TLS 1.2 SignatureAlgorithm...

this PR will make `webpack-chain` work with webpack5 #266 I have checked the [documentation](https://webpack.js.org/configuration/) for all supported options. - Class: use `CreateClass(superClass)` to support chained class inherited - Configuration: support...

help wanted
breaking change

#### Do you want to request a _feature_ or report a _bug_? BUG #### What's the current behavior? ![xx](https://user-images.githubusercontent.com/17848159/91134312-4b620800-e6e0-11ea-906b-7906d473f9cf.gif) 1. input `dragTest1`, press enter 2. input `dragTest2`, press enter 3....

#1712 1. fix babelrc error 2. add webpack alias tests case for no-extraneous-dependencies here is also a reproduce project for this issue https://github.com/githoniel/eslint-import-webpack-alias-issue

help wanted

it render components from cache when router change ```js hook.mounted(function() { // Called after initial completion. Only trigger once, no arguments. vm.router.onchange(() => { components.renderFromCache() }) }) ) ``` but...