糊涂人

Results 3 issues of 糊涂人

node版本: v8.11.3 步骤: 1. `npm i syntax-parser --save` 2. 代码 ```javascript const { createLexer } = require('syntax-parser'); const myLexer = createLexer([ { type: 'whitespace', regexes: [/^(\s+)/], ignore: true }, {...

Error as below: ``` npm ERR! Failed at the [email protected] install script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm...

package: grpc

### Describe the bug polyline的controlPoints未按预期工作: 1. 小正方形为起始点、弯折点、终点的坐标标记 2. 红色的线不是预期路径,和预期路径有偏离 3. 蓝色的线是我们预期想要弯折的路径 ![image](https://github.com/antvis/G6/assets/5173298/3050d936-29f9-4bdc-9a2b-136e67952cb2) ### Your Example Website or App https://codesandbox.io/s/sad-haze-hr6pm7?file=/index.js ### Steps to Reproduce the Bug or Issue 代码如下: ```js import...

good first issue
stale