Jesse Feng

Results 13 issues of Jesse Feng

I am not sure if the Symbol value would be ignored ```js const { stringify } = require('query-string'); stringify({ a: () => (1), b: Symbol('test') }); ``` ```bash module.exports =...

enhancement
help wanted

**您使用的西瓜播放器版本是多少? What version of xglayer are you using?** [email protected] [email protected] **您使用的操作系统和浏览器分别是? What OS and browser are you using?** MacOS **如何复现问题? What did you do?** 播放hls视频流 **您期望的播放器正常行为是? What did you expect...

**您使用的西瓜播放器版本是多少? What version of xglayer are you using?** v2.31.1 **您使用的操作系统和浏览器分别是? What OS and browser are you using?** MacOS、 Chrome **如何复现问题? What did you do?** 播放FLV直播,点击画面暂停,再此点击后播放视频失败,因为播放地址上的token可能失效 **您期望的播放器正常行为是? What did you expect...

merge function cannot expect a `RegExp` object as property `include` and property `exclude`, and cannot expect an `Array` as property test ```js rule.merge({ test: [ new RegExp() ], include: new...

enhancement
help wanted

我用`ydoc init`生成了一个demo,修改jsx之后保存,就被我的vscode格式化乱了,貌似定义内容的语法不是jsx语法,是否可以将这块抽离?

version: 4.10.1 if I set a new prompt with `history.block`, the prompt would return a Promise or Object, then `getUserConfirmation` would not be called. ``` function confirmTransitionTo(location, action, getUserConfirmation, callback)...

## Version history: 4.10.1 ## Test Case https://codesandbox.io/s/billowing-cache-oijj8 ## Steps to reproduce ## Expected Behavior expect confirmation dialog show up when a page was loaded first ## Actual Behavior

`child` is uniformly converted into null. ```js return Children.map(children as ReactElement[], (child, index) => { if (child === undefined) return undefined; const item = list[index] || {}; const { className:...

在看源码的时候,有一些问题想请教百度的大牛们,不知道为什么邮件被拦截了