Cuixiping

Results 40 issues of Cuixiping

We can use gifsicle in web browser if there is a JavaScript port of gifsicle.

I want to pack node_modules directory into a standalone `node_modules.asar` file and pack other files into `app.asar`, how to make them run together well? Is it possible? Huge number of...

`pathSegTypeAsLetter` property of a `SVGPathSegClosePath` object should always be uppercase "Z" (not lowercase "z") like web browsers does. `this.pathSegTypeAsLetter = typeAsLetter=='z'?'Z':typeAsLetter;`

## 1. 函数调用 ``` 施「某術」於「甲」於「乙」。 ``` 目前编译为 ``` 某術(甲)(乙) ``` 期望是 ``` 某術(甲,乙) ``` 或考虑采用语法区分: ``` 施「某術」於「甲」、「乙」。 //某術(甲,乙) 施「某術」於「甲」再於「乙」。 //某術(甲)(乙) ``` ## 2. 函数声明 ``` 吾有一術。名之曰「無為」。 欲行是術。必先得二數。曰「甲」。曰「乙」。 乃行是術曰 是謂「無為」之術也。 ```...

syntax

For example ``` 吾有一正則。始於數。有字不知其數。終於數。名曰「正則之甲」。 吾有一正則。始於數一以上。終。名曰「正則之乙」。 ``` means ``` var 正則之甲 = /^\d.*\d$/; var 正則之乙 = /^\d+$/; ```

stdlib

下载来源: http://css.doyoe.com/ 乱码如图: ![image](https://user-images.githubusercontent.com/1104492/34239119-473fd8d6-e640-11e7-8458-8849a9a40ff8.png)

我是Win10系统,下载的Windows开箱即用的压缩包,我有改路径和http端口,MySQL 和 Nginx 启动正常,但是打开网页时,就像卡住了,过半分钟之后,就会看到 504 Gateway Time-out 错误。 ``` 504 Gateway Time-out nginx/1.14.0 ``` 配置截图: ![image](https://user-images.githubusercontent.com/1104492/81947436-21a23b00-9633-11ea-8455-444371e81f03.png) ![image](https://user-images.githubusercontent.com/1104492/81947473-2d8dfd00-9633-11ea-9f53-b4c5cd4890dc.png) ![image](https://user-images.githubusercontent.com/1104492/81947513-37176500-9633-11ea-8d96-e02be3495862.png) 报错截图: ![image](https://user-images.githubusercontent.com/1104492/81947858-9ffedd00-9633-11ea-81a2-0052e1f652d7.png)

[Template literals](1) (template strings) syntax is commonly used, and is not supported in Notepad3. Example code: ```js let str = `hello if else true false 123`; console.log(`hello ${expression} {{{ ...world`);...

enhancement / feature req.
Lexer

OS: Windows 10 Browser: Chrome 49 example svg: ``` ```