Edison Guo

Results 6 issues of Edison Guo

* Add ```break mode``` with option ```-b``` for both ```install``` and ```uninstall``` In ```break mode```, global install and local install do the same thing which is going to download files...

## English only! **注意!GitHub Issue 仅支持英文,中文 Issue 请在 [论坛](https://kubesphere.com.cn/forum/) 提交。** **General remarks** Unable to start "default-http-backend" **What's your question** The status of default-http-backend container is `CrashLoopBackOff` **Environment: OS & Hardware...

I got a solution based on ```docxtemplater``` [here](https://github.com/raulbojalil/docx-builder/blob/master/index.js), so I think it should be not hard to achieve. Maybe a function named ```merge``` can be added to ```TemplateHandler```:D

feature request

The sample file: [BIRD.WMF.zip](https://github.com/SheetJS/js-wmf/files/6698859/BIRD.WMF.zip) The sample code: ```js var jsEnv = require("browser-or-node"); var canvas = require("canvas"); // eslint-disable-next-line no-undef global.ImageData = canvas.createImageData; var data = fs.readFileSync(path.join(__dirname, 'test-data', 'BIRD.WMF')); var WMF;...