panlina
panlina
As addressed in #235 , `baseDir` is eliminated and mounting is supported to achieve the same purpose. Instead of `app.use(ecstatic({.., baseDir: "a"}));`, we now do: `app.use('/a', ecstatic({..}));`.
I mean the traditional ini format, like: ``` a=b c=d ``` It gives the plain string, instead of the parsed object, like `{a: "b", c: "d"}`.
在空目录里`npm i jquery web-report`然后创建以下页面: ``` Performance({ domain: '/', }); var request = $.ajax("/"); request.abort(); ``` 就会 ``` defaultReport.js:1 Uncaught TypeError: Cannot read property 'apply' of null ``` 好像是patch `XMLHttpRequest`对象弄坏的?
`watchPosition`的`onsuccess`只被回调一次。原因是[`BDGeolocation.setOptions`](https://github.com/ETENG-OSP/cordova-plugin-baidu-geolocation/blob/master/src/android/BDGeolocation.java#L27)里没有设置`LocationClientOption.setLocationNotify(true)`。
Is it planned to support splitting multiple vocals? Use case: In the original audio, the speaker is speaking in the background of a song, which itself has vocal and instrument....
`start` should be `start(success_callback, error_callback, port)` instead of `start(port)`, and similar for `stop`.
Previously characters in watch face don't show up in s3 branch, and a [recent commit](https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/commit/26ad087b4100f31eeebb3272dcd3d9dd9463b026) fixed it by changing to normal fonts. Seems this is due to lvgl font format....
想在全局配置CORS
## Feature Request ⌘+⇧+L是vscode自带的多光标操作的快捷键,用于选中文档中所有和当前选中文本一样的文本,非常常用,所以最好不要用这个快捷键。 ## What does the proposed API examples? 选一个别的快捷键