TimeCat icon indicating copy to clipboard operation
TimeCat copied to clipboard

A Magical Web Recorder & Player 🖥

Results 56 TimeCat issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

有一个网站含有A,B两个路由。 A路由有一个canvas(填充了图片或者颜色) B路由只包含一个录制按钮(调用new Recorder()) 从B路由开始录制后在进入A路由,发现canvas没有填充图片或者颜色(watcher 没有emit["RecordType"])

``` You may need an appropriate loader to handle this file type. | const observer = new Observer(); ``` 启动项目后,无法解析该文件

我们可能需要保留较久的录屏操作,而这个项目是一个快速迭代的项目,那么如果直接又做了方法的修改,是否会对以前的播放数据有影响

https://github.com/oct16/TimeCat/blob/3a71c00e3c79752f56a7475e2165507857fbdb6d/packages/recorder/src/recorder.ts#L319 在有图表的页面 和pdf回报这个错误

- [x] I have searched the [issues](https://github.com/oct16/TimeCat/issues) of this repository and believe that this is not a duplicate. 我使用的版本是chrome plugin 1.2.0.3 ### Reproduction link [https://user-images.githubusercontent.com/6702159/103499532-62311c00-4e83-11eb-81e4-04636de8eae4.png](https://user-images.githubusercontent.com/6702159/103499532-62311c00-4e83-11eb-81e4-04636de8eae4.png) ### Steps to reproduce 当录制页面中图片存在...

bug

- [x] I have searched the [issues](https://github.com/oct16/TimeCat/issues) of this repository and believe that this is not a duplicate. ### Reproduction link [https://chrome.google.com/webstore/detail/timecat-chrome/jgnkkambbdmhfdbdbkljlenddlbplhal](https://chrome.google.com/webstore/detail/timecat-chrome/jgnkkambbdmhfdbdbkljlenddlbplhal) ### Steps to reproduce 1. 安装插件 2. 开始录制...

feature

![微信图片_20201225165224](https://user-images.githubusercontent.com/26787043/103128874-d1637f00-46d1-11eb-8f54-ac5204d061c0.png)

- [x] I have searched the [issues](https://github.com/oct16/TimeCat/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? [FMP](https://github.com/oct16/TimeCat/blob/b2e7d5210e9f3ae61de6f9ef1c266e16bb4dd4b5/packages/player/src/utils/fmp.ts) is depcreated. so can...

跳转处的数据是这样的 ![image](https://user-images.githubusercontent.com/22445390/97968980-57fa8f00-1dfa-11eb-9f1e-4860e4ce9883.png) `packages\player\src\player.ts`文件的`renderEachFrame`方法中的`this.execFrame`方法调不到 ``` while ( this.recordIndex < this.records.length && +(data = this.records[this.recordIndex]).time - this.curViewDiffTime